summaryrefslogtreecommitdiff
path: root/.xinitrc##hostname.workstation
blob: 32d022b3e7b41a6d076482541d5641ab968403d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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