diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-29 21:58:10 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-29 21:58:10 -0500 |
commit | 57ba6889fa16d05e2fe914d7b90c5ebd9e6b191d (patch) | |
tree | f550b3276a389e1c5f064161528dd37919912b7b /.xinitrc | |
parent | b84a3cdbfe6ef145a7ba13d7c1a04f71e7efb55e (diff) |
new fonts and colors
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,7 +5,7 @@ remaps & dunst & unclutter & protonmail-bridge --no-window & -xautolock -time 5 -detectsleep -locker slock & +xautolock -time 5 -detectsleep -secure -locker /usr/local/bin/slock & picom -b & echo "" > $HOME/.local/share/newsboat/queue echo us > $HOME/.cache/layout @@ -13,6 +13,9 @@ xrdb -load $HOME/.Xresources flashfocus -n 30 -o 0.75 -v ERROR & dwmblocks & newsup & -exec dwm +while true; +do + exec dwm +done # exec icewm # vim:filetype=sh |