aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cwm/.xsession8
1 files changed, 5 insertions, 3 deletions
diff --git a/cwm/.xsession b/cwm/.xsession
index 7835a14..412d191 100644
--- a/cwm/.xsession
+++ b/cwm/.xsession
@@ -15,9 +15,11 @@ xmodmap ~/.Xmodmap
15# Fix for external mouse buttons (breaks trackpad) 15# Fix for external mouse buttons (breaks trackpad)
16#xmodmap -e "pointer = 1 2 3 8 9 10 11 4 5 6 7 12 13 14 15 16" 16#xmodmap -e "pointer = 1 2 3 8 9 10 11 4 5 6 7 12 13 14 15 16"
17 17
18xset dpms 300 600 900 18xidle -no -program "/usr/X11R6/bin/xlock" -timeout 300 &
19xidle -delay 5 -nw -program "/usr/X11R6/bin/xlock -dpmsstandby 5" -timeout 300 & 19#xidle -no -program "/usr/sbin/ZZZ" -timeout 905 &
20xidle -delay 50 -ne -program "/usr/sbin/ZZZ" -timeout 900 & 20
21xset b off # disable audible beep
22xset dpms 300 600 900
21xbacklight =5 & 23xbacklight =5 &
22 24
23#clipmenud & 25#clipmenud &