diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-07-06 21:43:31 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-07-06 21:43:31 -0400 |
commit | 2ea9a4398349965ca3380491294081f6d76ab973 (patch) | |
tree | 311b06ad23232580300c592bb4a669fd3af5645c /.xinitrc##hostname.workstation | |
parent | 16436494f6b7fff2eae8418746af01ee52f7565d (diff) |
Minimal one-liner firefox bar
Diffstat (limited to '.xinitrc##hostname.workstation')
-rw-r--r-- | .xinitrc##hostname.workstation | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.xinitrc##hostname.workstation b/.xinitrc##hostname.workstation new file mode 100644 index 0000000..32d022b --- /dev/null +++ b/.xinitrc##hostname.workstation @@ -0,0 +1,22 @@ +xwallpaper --zoom ~/.cache/wall.png & +dropbox-cli start & +sxhkd & +remaps & +dunst & +unclutter & +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 |