Fix i3-locker autostart

This commit is contained in:
David Todd 2020-04-20 15:50:09 -05:00
parent 352261edfb
commit e16898e703

View File

@ -11,16 +11,16 @@ exec_always --no-startup-id fix_xcursor
# exec --no-startup-id start_conky_mia
# Random wallpaper
exec --no-startup-id $i3_path/wallpaper.sh&
exec --no-startup-id ~/bin/wallpaper.sh &
# Timeout to activate screensaver/lockscreen
exec --no-startup-id xautolock -time 10 -locker i3lock-fancy -p
exec --no-startup-id xautolock -time 10 -locker 'i3lock-fancy -p' &
# Composition Manager (Transparency)
#exec --no-startup-id xcompmgr -c -f -n
exec --no-startup-id compton --config ~/.config/compton.conf
exec --no-startup-id compton --config ~/.config/compton.conf &
# Network Keyboard/Mouse/Clipboard
exec --no-startup-id synergy
exec --no-startup-id synergy &
# End autostart configuration