summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-11-29 21:58:10 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-11-29 21:58:10 -0500
commit57ba6889fa16d05e2fe914d7b90c5ebd9e6b191d (patch)
treef550b3276a389e1c5f064161528dd37919912b7b /.xinitrc
parentb84a3cdbfe6ef145a7ba13d7c1a04f71e7efb55e (diff)
new fonts and colors
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/.xinitrc b/.xinitrc
index f262bbb..53243c1 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -5,7 +5,7 @@ remaps &
dunst &
unclutter &
protonmail-bridge --no-window &
-xautolock -time 5 -detectsleep -locker slock &
+xautolock -time 5 -detectsleep -secure -locker /usr/local/bin/slock &
picom -b &
echo "" > $HOME/.local/share/newsboat/queue
echo us > $HOME/.cache/layout
@@ -13,6 +13,9 @@ xrdb -load $HOME/.Xresources
flashfocus -n 30 -o 0.75 -v ERROR &
dwmblocks &
newsup &
-exec dwm
+while true;
+do
+ exec dwm
+done
# exec icewm
# vim:filetype=sh