diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:12:23 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:12:23 -0400 |
commit | 16436494f6b7fff2eae8418746af01ee52f7565d (patch) | |
tree | 665608c8d4e858d757502e3795db3ef7821c4869 /.xinitrc##hostname.battlestation | |
parent | 9ed9de5006d437e126c5871dc0cf38a02825aabb (diff) | |
parent | a8604b71a10edda8c08b909ce1fb63aca653d77e (diff) |
Merge branch 'master' of git://git.chausse.xyz/dotfiles
Diffstat (limited to '.xinitrc##hostname.battlestation')
-rw-r--r-- | .xinitrc##hostname.battlestation | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.xinitrc##hostname.battlestation b/.xinitrc##hostname.battlestation new file mode 100644 index 0000000..da0657c --- /dev/null +++ b/.xinitrc##hostname.battlestation @@ -0,0 +1,23 @@ +xwallpaper --zoom ~/.cache/wall.png & +dropbox-cli start & +sxhkd & +remaps & +dunst & +unclutter & +protonmail-bridge --no-window & +xautolock -time 5 -detectsleep -secure -locker locktoggle & +cinnamon-screensaver & +picom -b & +echo "" > $HOME/.local/share/newsboat/queue +echo us > $HOME/.cache/layout +xrdb -load $HOME/.Xresources +flashfocus -n 30 -o 0.75 -v ERROR & +dwmblocks & +newsup & +nohup davmail ~/.config/davmail/properties & +shairport-sync & +while true; do + dwm >/dev/null +done +# exec icewm +# vim:filetype=sh |