summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-08 03:55:30 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-08 03:55:30 -0400
commit3d61ef83408cbac35cf06b55ee78a4f26d6946a1 (patch)
treeeba099d12f072838aebaeb70ff1e3c177be0ac4f /.xinitrc
parentc0f1bec7d9a1531ae72c3f2a0c70c129cbe109cf (diff)
update xinitrc to launch dwmblocks
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc9
1 files changed, 2 insertions, 7 deletions
diff --git a/.xinitrc b/.xinitrc
index 467eb12..6c72ff4 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,10 +1,5 @@
xwallpaper --zoom ~/.cache/wall.png &
-crond &
-crond -f $HOME/.config/scron/crontab &
-nm-applet &
-blueman-applet &
-pnmixer &
-dropbox &
+dropbox-cli start &
sxhkd &
remaps &
dunst &
@@ -15,7 +10,7 @@ echo "/tmp/imapsyncicon_$USER" | entr $SCRIPTS/cron/dwmbar &
echo "" > $HOME/.local/share/newsboat/queue
echo us > $HOME/.cache/layout
xrdb -load $HOME/.Xresources
-$SCRIPTS/cron/dwmbar &
+dwmblocks &
flashfocus -n 30 -o 0.9 -v ERROR &
exec dwm
# vim:filetype=sh