aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dot_cwmrc.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_cwmrc.tmpl b/dot_cwmrc.tmpl
index d41ff90..7f07727 100644
--- a/dot_cwmrc.tmpl
+++ b/dot_cwmrc.tmpl
@@ -8,7 +8,7 @@ autogroup 6 "pavucontrol", "Pavucontrol"
# assign windows to current group
sticky yes
-command term {{ if (eq .chezmoi.os "openbsd" ) -}}xterm{{ else }}urxvtc{{ end }}
+command term {{ if (eq .chezmoi.os "openbsd" "darwin") -}}xterm{{ else }}urxvtc{{ end }}
command lock {{ if (eq .chezmoi.os "openbsd") -}}"xlock -dpmsoff 1"{{ else }}"slock xset dpms force off"{{ end }}
command dpmsoff "xset dpms force off"