follow symlinks for backgrounds and do not lock

This commit is contained in:
Felix Van der Jeugt 2018-10-22 23:11:44 +02:00
parent c68327a366
commit 2849948c34
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 1 additions and 2 deletions

View File

@ -9,9 +9,8 @@ xset dpms 0 0 50 s off
xset r rate 300 55
# xsetroot -solid "#002a3b"
forklog feh --bg-fill $(find /data/pictures/background-source/ -type f | sort -R | head)
forklog feh --bg-fill $(find -L /data/pictures/background-source/ -type f | sort -R | head)
forklog xcape -t 80 -e 'Shift_L=Escape;Alt_L=Control_R|G'
forklog xautolock -time 1 -locker slock
forklog redshift -l 51.2:3.75
exec dwm