diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/gtk-3.0/custom-papers | 10 | ||||
| -rw-r--r-- | .config/gtk-3.0/settings.ini | 2 | ||||
| -rw-r--r-- | .config/gtk-4.0/settings.ini | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/.config/gtk-3.0/custom-papers b/.config/gtk-3.0/custom-papers new file mode 100644 index 0000000..7ea2673 --- /dev/null +++ b/.config/gtk-3.0/custom-papers @@ -0,0 +1,10 @@ +[Paper0] +Name=Custom Size 1 +DisplayName=Custom Size 1 +Width=107.94999999999999 +Height=88.899999999999991 +MarginTop=0 +MarginBottom=0 +MarginLeft=0 +MarginRight=0 +Orientation=portrait diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 31cf398..cd7959a 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -15,5 +15,5 @@ gtk-xft-hinting=1 gtk-xft-hintstyle=hintfull gtk-xft-rgba=rgb gtk-xft-dpi=81920 -gtk-enable-animations=false +gtk-enable-animations=0 gtk-decoration-layout=menu: diff --git a/.config/gtk-4.0/settings.ini b/.config/gtk-4.0/settings.ini index db35332..d18f029 100644 --- a/.config/gtk-4.0/settings.ini +++ b/.config/gtk-4.0/settings.ini @@ -11,5 +11,5 @@ gtk-xft-hintstyle=hintfull gtk-xft-rgba=rgb gtk-xft-dpi=81920 gtk-decoration-layout=menu: -gtk-enable-animations=false +gtk-enable-animations=0 gtk-hint-font-metrics=1 |
