diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/X11/base##template | 3 | ||||
-rw-r--r-- | .config/gtk-3.0/settings.ini##template | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.config/X11/base##template b/.config/X11/base##template index bd59910..04bf1d1 100644 --- a/.config/X11/base##template +++ b/.config/X11/base##template @@ -1,12 +1,11 @@ {% if yadm.hostname == "thoncc" %} *.font: JetBrainsMono Nerd Font:size=7.5:antialias=true:autohint=true *.borderpx: 8 -Xcursor.theme: OpenZone_Black_Slim {% else %} *.font: JetBrainsMono Nerd Font:size=9:antialias=true:autohint=true *.borderpx: 16 -Xcursor.theme: OpenZone_Black {% endif %} +Xcursor.theme: OpenZone_Black_Slim *.termname: st-256color *.shell: /bin/sh diff --git a/.config/gtk-3.0/settings.ini##template b/.config/gtk-3.0/settings.ini##template index f3cf56f..66d6c86 100644 --- a/.config/gtk-3.0/settings.ini##template +++ b/.config/gtk-3.0/settings.ini##template @@ -12,10 +12,9 @@ gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintfull +gtk-cursor-theme-name=OpenZone_Black_Slim {% if yadm.hostname == "thoncc" %} gtk-theme-name=Skeuos-Blue-Light -gtk-cursor-theme-name=OpenZone_Black_Slim {% else %} gtk-theme-name=Skeuos-Blue-Dark -gtk-cursor-theme-name=OpenZone_Black {% endif %} |