Fix i3-locker autostart
This commit is contained in:
parent
352261edfb
commit
e16898e703
@ -11,16 +11,16 @@ exec_always --no-startup-id fix_xcursor
|
|||||||
# exec --no-startup-id start_conky_mia
|
# exec --no-startup-id start_conky_mia
|
||||||
|
|
||||||
# Random wallpaper
|
# Random wallpaper
|
||||||
exec --no-startup-id $i3_path/wallpaper.sh&
|
exec --no-startup-id ~/bin/wallpaper.sh &
|
||||||
|
|
||||||
# Timeout to activate screensaver/lockscreen
|
# 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)
|
# Composition Manager (Transparency)
|
||||||
#exec --no-startup-id xcompmgr -c -f -n
|
#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
|
# Network Keyboard/Mouse/Clipboard
|
||||||
exec --no-startup-id synergy
|
exec --no-startup-id synergy &
|
||||||
|
|
||||||
# End autostart configuration
|
# End autostart configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user