diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 22:33:12 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 22:33:12 +0200 |
commit | 5a0fe3f9b3ff73329c6d38d23540f2b36d01dee8 (patch) | |
tree | 1cbf92eaa1918ce62e349051c23421b763f66d8c /.config/X11/base##template | |
parent | 4f517919fb6467c7bb448b4d1fc64dd53de65a3f (diff) |
use OpenZone Black Slim cursor on desktop too
Diffstat (limited to '.config/X11/base##template')
-rw-r--r-- | .config/X11/base##template | 3 |
1 files changed, 1 insertions, 2 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 |