aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cwm/.xsession9
1 files changed, 5 insertions, 4 deletions
diff --git a/cwm/.xsession b/cwm/.xsession
index 40cc691..7835a14 100644
--- a/cwm/.xsession
+++ b/cwm/.xsession
@@ -16,13 +16,14 @@ xmodmap ~/.Xmodmap
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 18xset dpms 300 600 900
19xidle -delay 5 -nw program "/usr/X11R6/bin/xlock -dpmsstandby 5" -timeout 300 & 19xidle -delay 5 -nw -program "/usr/X11R6/bin/xlock -dpmsstandby 5" -timeout 300 &
20xbacklight =10 & 20xidle -delay 50 -ne -program "/usr/sbin/ZZZ" -timeout 900 &
21xbacklight =5 &
21 22
22clipmenud & 23#clipmenud &
23# dunst & 24# dunst &
24 25
25~/example.sh | lemonbar-xft -f "Roboto Medium" -f 'Font Awesome 6 Free' -f 'Font Awesome 6 Brands' -f 'Font Awesome 6 Free Solid' -b -p & 26~/example.sh | lemonbar-xft -f "Source Code Pro" -f 'Font Awesome 6 Free' -f 'Font Awesome 6 Brands' -f 'Font Awesome 6 Free Solid' -b -p &
26 27
27if [ -x ~/.screenlayout/default.sh ]; then 28if [ -x ~/.screenlayout/default.sh ]; then
28 ./.screenlayout/default.sh 29 ./.screenlayout/default.sh