mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Switch from xbacklight to light
This commit is contained in:
parent
f7b00a0d42
commit
b4895a30aa
@ -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")),
|
||||
|
Loading…
Reference in New Issue
Block a user