diff options
| author | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-30 01:17:10 +0900 |
|---|---|---|
| committer | Mitsuo Tokumori <mitsuo@tokumori.xyz> | 2025-12-30 01:17:10 +0900 |
| commit | 897ffe7b3ba43fee0c4418148a185d1cbb7d6425 (patch) | |
| tree | 9d5fca789746ebb9b8a99902b7aa66b0f6bde2c5 /public/.config | |
| parent | d0a3fa2ddd2843a55cce25d29fe61daf27ef1d38 (diff) | |
QoL small changes
Diffstat (limited to 'public/.config')
| -rw-r--r-- | public/.config/gtk-3.0/settings.ini | 2 | ||||
| -rw-r--r-- | public/.config/zathura/zathurarc | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/public/.config/gtk-3.0/settings.ini b/public/.config/gtk-3.0/settings.ini index 7033423..8790fb3 100644 --- a/public/.config/gtk-3.0/settings.ini +++ b/public/.config/gtk-3.0/settings.ini @@ -5,7 +5,7 @@ gtk-cursor-theme-name=breeze_cursors gtk-cursor-theme-size=24 gtk-decoration-layout=icon:minimize,maximize,close gtk-enable-animations=true -gtk-font-name=Noto Sans, 12 +gtk-font-name=Noto Sans, 14 gtk-icon-theme-name=breeze gtk-menu-images=true gtk-modules=colorreload-gtk-module:window-decorations-gtk-module diff --git a/public/.config/zathura/zathurarc b/public/.config/zathura/zathurarc index c033af9..c35c6d7 100644 --- a/public/.config/zathura/zathurarc +++ b/public/.config/zathura/zathurarc @@ -22,7 +22,8 @@ set guioptions sv # TODO: map the right mouse button (Button2) to 'help to pan document' (which is # mapped to middle button (Button3) -map <Button2> scroll down +# These two don't work. And will mess up the Button2 "panning functionality" +#map <Button2> scroll down #map <Button2> feedkeys <Button3> unmap [normal] <C-n> |
