mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
removed gpodder from autostart and set i3lock as screen lock
This commit is contained in:
parent
d5b0ae24f9
commit
05a4930bb9
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xautolock -time 10 -locker slock &
|
xautolock -time 10 -locker "i3lock -b -f -i ~/.config/lock.png" &
|
||||||
xbindkeys &
|
xbindkeys &
|
||||||
compton --xrender-sync-fence &
|
compton --xrender-sync-fence &
|
||||||
feh --bg-scale ~/.config/wall.png &
|
feh --bg-scale ~/.config/wall.png &
|
||||||
@ -11,5 +11,4 @@ slstatus &
|
|||||||
|
|
||||||
exec st -c tmux -e tmux &
|
exec st -c tmux -e tmux &
|
||||||
exec spotify &
|
exec spotify &
|
||||||
exec gpodder &
|
|
||||||
exec firefox &
|
exec firefox &
|
||||||
|
Loading…
Reference in New Issue
Block a user