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

18 lines
299 B
Bash
Raw Normal View History

2019-03-15 17:58:36 +00:00
#!/bin/sh
2019-03-22 09:39:59 +00:00
# lock screen after x minutes and on laptop close lid
xautolock -time 10 -locker lock &
xss-lock lock &
2019-03-22 09:39:59 +00:00
2019-03-15 17:58:36 +00:00
xbindkeys &
compton --xrender-sync-fence &
feh --bg-scale ~/.config/wall.png &
unclutter &
redshift-gtk &
dunst &
slstatus &
exec st -c tmux -e tmux &
2019-03-15 17:58:36 +00:00
exec spotify &
exec firefox &