Disable lxsession by default

This commit is contained in:
Jesús 2021-09-07 15:16:14 -05:00
parent 0b0e6bc9c5
commit f387a5b72d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

2
config
View File

@ -207,7 +207,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
# Authentication agents # Authentication agents
exec --no-startup-id lxsession # exec --no-startup-id lxsession
# Captura de pantalla: pacman -S scrot # Captura de pantalla: pacman -S scrot
bindsym Print exec scrot -e 'mv $f ~/Descargas/' bindsym Print exec scrot -e 'mv $f ~/Descargas/'