mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-22 23:29:36 +01:00
Switch from xbacklight to light
This commit is contained in:
parent
f7b00a0d42
commit
b4895a30aa
@ -122,9 +122,9 @@ keys = [
|
|||||||
|
|
||||||
# == backlight
|
# == backlight
|
||||||
Key([], "XF86MonBrightnessUp",
|
Key([], "XF86MonBrightnessUp",
|
||||||
lazy.spawn("xbacklight -inc 5")),
|
lazy.spawn("light -A 5")),
|
||||||
Key([], "XF86MonBrightnessDown",
|
Key([], "XF86MonBrightnessDown",
|
||||||
lazy.spawn("xbacklight -dec 5")),
|
lazy.spawn("light -U 5")),
|
||||||
|
|
||||||
Key([], "Print",
|
Key([], "Print",
|
||||||
lazy.spawn("flameshot gui")),
|
lazy.spawn("flameshot gui")),
|
||||||
|
Loading…
Reference in New Issue
Block a user