aboutsummaryrefslogtreecommitdiff
path: root/executable_dot_xinitrc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'executable_dot_xinitrc.tmpl')
-rw-r--r--executable_dot_xinitrc.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/executable_dot_xinitrc.tmpl b/executable_dot_xinitrc.tmpl
index dd5d8b5..9ad3c74 100644
--- a/executable_dot_xinitrc.tmpl
+++ b/executable_dot_xinitrc.tmpl
@@ -35,8 +35,9 @@ case `uname` in
[ -d /usr/local/share/fonts/spleen ] && xset +fp /usr/local/share/fonts/spleen/
redshift &
${HOME}/bin/icd
- urxvtd -q -f -o &
- exec cwm
+ ${HOME}/.screenlayout/{{ .chezmoi.hostname }}-work.sh
+ xidle -delay 2 -se -timeout 180 -program "/usr/X11R6/bin/xlock" &
+ exec xmonad
;;
Linux)