summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2021-01-23 22:18:02 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2021-01-23 22:18:02 -0500
commit0f19ce80f00ba983d9776b0258a4c6bf36f83a6d (patch)
treeab008b7393884c666d0bbd044b87ff9b1a6b699a /.xinitrc
parent88d64aefd01c962554eae024c335974926961b27 (diff)
init.vim rewrite
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc5
1 files changed, 2 insertions, 3 deletions
diff --git a/.xinitrc b/.xinitrc
index 69f69ba..b65c7b9 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -14,9 +14,8 @@ xrdb -load $HOME/.Xresources
flashfocus -n 30 -o 0.75 -v ERROR &
dwmblocks &
newsup &
-while true;
-do
- exec dwm
+while true; do
+ dwm >/dev/null
done
# exec icewm
# vim:filetype=sh