summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.xinitrc b/.xinitrc
index 75a61dd..f262bbb 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -3,6 +3,7 @@ dropbox-cli start &
sxhkd &
remaps &
dunst &
+unclutter &
protonmail-bridge --no-window &
xautolock -time 5 -detectsleep -locker slock &
picom -b &
@@ -12,8 +13,6 @@ xrdb -load $HOME/.Xresources
flashfocus -n 30 -o 0.75 -v ERROR &
dwmblocks &
newsup &
-while true; do
- dwm >/dev/null
-done
+exec dwm
# exec icewm
# vim:filetype=sh