diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-07 15:16:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-07 15:16:14 -0500 |
commit | f387a5b72d1402135d218903fa79fda378b49e3c (patch) | |
tree | 5bc3f5facc932e6d68a2b013b65dbfe743e93fa8 | |
parent | 0b0e6bc9c53cd10d13e99fe1c5834d9804506c5b (diff) | |
download | i3-config-f387a5b72d1402135d218903fa79fda378b49e3c.tar.lz i3-config-f387a5b72d1402135d218903fa79fda378b49e3c.tar.xz i3-config-f387a5b72d1402135d218903fa79fda378b49e3c.zip |
Disable lxsession by default
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness # Authentication agents -exec --no-startup-id lxsession +# exec --no-startup-id lxsession # Captura de pantalla: pacman -S scrot bindsym Print exec scrot -e 'mv $f ~/Descargas/' |