follow symlinks for backgrounds and do not lock
This commit is contained in:
parent
c68327a366
commit
2849948c34
3
xinitrc
3
xinitrc
@ -9,9 +9,8 @@ xset dpms 0 0 50 s off
|
|||||||
xset r rate 300 55
|
xset r rate 300 55
|
||||||
# xsetroot -solid "#002a3b"
|
# 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 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
|
forklog redshift -l 51.2:3.75
|
||||||
|
|
||||||
exec dwm
|
exec dwm
|
||||||
|
Loading…
Reference in New Issue
Block a user