mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
21 lines
353 B
Bash
21 lines
353 B
Bash
|
#!/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 &
|