summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-11-11 23:28:27 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-11-11 23:28:27 -0500
commitd8e55b19054d1d8c9fbf88e504dd2f608db983a7 (patch)
treef518df348067c4002c2cb081b00eb0da99c0ec74 /.xinitrc
parent4de5be37dde45fa4b83056919834439c6fb734d4 (diff)
new zathura colors & remove unused vim bindings
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