diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-11 23:28:27 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-11 23:28:27 -0500 |
commit | d8e55b19054d1d8c9fbf88e504dd2f608db983a7 (patch) | |
tree | f518df348067c4002c2cb081b00eb0da99c0ec74 /.xinitrc | |
parent | 4de5be37dde45fa4b83056919834439c6fb734d4 (diff) |
new zathura colors & remove unused vim bindings
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |