diff --git a/xorg/.dwm/autostart.sh b/xorg/.dwm/autostart.sh index 744c07a..6d28b2f 100755 --- a/xorg/.dwm/autostart.sh +++ b/xorg/.dwm/autostart.sh @@ -1,6 +1,9 @@ #!/bin/sh +# lock screen after x minutes and on laptop close lid xautolock -time 10 -locker ~/.scripts/lock.sh & +xss-lock ~/.scripts/lock.sh & + xbindkeys & compton --xrender-sync-fence & feh --bg-scale ~/.config/wall.png &