diff options
author | Ryan Kavanagh <rak@rak.ac> | 2022-01-12 11:28:37 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2022-01-12 11:28:37 -0500 |
commit | 29698a57eea39908748d87f8cf0e73a3b53af12e (patch) | |
tree | 84f7677d760e084226b9c1181ae54d712f290b1f /executable_dot_xinitrc.tmpl | |
parent | xlock instead of slock on openbsd (diff) |
xset +fp on spleen
Diffstat (limited to 'executable_dot_xinitrc.tmpl')
-rw-r--r-- | executable_dot_xinitrc.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executable_dot_xinitrc.tmpl b/executable_dot_xinitrc.tmpl index 580eb8a..27e07a0 100644 --- a/executable_dot_xinitrc.tmpl +++ b/executable_dot_xinitrc.tmpl @@ -26,6 +26,7 @@ case `uname` in export LANG="{{ .locale }}" export LC_time="en_GB.UTF-8" export LC_COLLATE=C + [ -d /usr/local/share/fonts/spleen ] && xset +fp /usr/local/share/fonts/spleen/ redshift & ${HOME}/bin/icd urxvtd -q -f -o & |