mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
15 lines
242 B
Bash
Executable File
15 lines
242 B
Bash
Executable File
#!/bin/sh
|
|
|
|
xautolock -time 10 -locker ~/.scripts/lock.sh &
|
|
xbindkeys &
|
|
compton --xrender-sync-fence &
|
|
feh --bg-scale ~/.config/wall.png &
|
|
unclutter &
|
|
redshift-gtk &
|
|
dunst &
|
|
slstatus &
|
|
|
|
exec st -c tmux -e tmux &
|
|
exec spotify &
|
|
exec firefox &
|