diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-08 03:55:30 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-08 03:55:30 -0400 |
commit | 3d61ef83408cbac35cf06b55ee78a4f26d6946a1 (patch) | |
tree | eba099d12f072838aebaeb70ff1e3c177be0ac4f /.xinitrc | |
parent | c0f1bec7d9a1531ae72c3f2a0c70c129cbe109cf (diff) |
update xinitrc to launch dwmblocks
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |