From 05a4930bb9bce4fa21259022a88bff2fa85964dd Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Sat, 16 Mar 2019 23:21:33 +0100 Subject: [PATCH] removed gpodder from autostart and set i3lock as screen lock --- dwm/.dwm/autostart.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dwm/.dwm/autostart.sh b/dwm/.dwm/autostart.sh index db32103..4a3aba7 100755 --- a/dwm/.dwm/autostart.sh +++ b/dwm/.dwm/autostart.sh @@ -1,6 +1,6 @@ #!/bin/sh -xautolock -time 10 -locker slock & +xautolock -time 10 -locker "i3lock -b -f -i ~/.config/lock.png" & xbindkeys & compton --xrender-sync-fence & feh --bg-scale ~/.config/wall.png & @@ -11,5 +11,4 @@ slstatus & exec st -c tmux -e tmux & exec spotify & -exec gpodder & exec firefox &