Switch from xbacklight to light

This commit is contained in:
Şahin Akkaya 2022-03-18 17:50:07 +03:00
parent f7b00a0d42
commit b4895a30aa

View File

@ -122,9 +122,9 @@ keys = [
# == backlight
Key([], "XF86MonBrightnessUp",
lazy.spawn("xbacklight -inc 5")),
lazy.spawn("light -A 5")),
Key([], "XF86MonBrightnessDown",
lazy.spawn("xbacklight -dec 5")),
lazy.spawn("light -U 5")),
Key([], "Print",
lazy.spawn("flameshot gui")),