1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00
dotfiles/dwm/.dwm/autostart.sh

21 lines
353 B
Bash
Raw Normal View History

2019-03-15 17:58:36 +00:00
#!/bin/sh
xautolock -time 10 -locker slock &
xbindkeys &
compton --xrender-sync-fence &
feh --bg-scale ~/.config/wall.png &
unclutter &
pasystray &
nm-applet &
redshift-gtk &
syncthing-gtk -m &
dunst &
slstatus &
exec st -c weechat -e weechat &
exec st -c mutt -e neomutt &
exec st -c ncmpcpp -e ncmpcpp &
exec spotify &
exec gpodder &
exec firefox &