summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
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