added backlight keys
This commit is contained in:
@@ -65,6 +65,10 @@ keys = [
|
|||||||
Key([], 'XF86AudioNext', lazy.spawn('playerctl next')),
|
Key([], 'XF86AudioNext', lazy.spawn('playerctl next')),
|
||||||
Key([], 'XF86AudioPrev', lazy.spawn('playerctl previous')),
|
Key([], 'XF86AudioPrev', lazy.spawn('playerctl previous')),
|
||||||
Key([], 'XF86AudioPlay', lazy.spawn('playerctl play-pause')),
|
Key([], 'XF86AudioPlay', lazy.spawn('playerctl play-pause')),
|
||||||
|
|
||||||
|
# backlight keys
|
||||||
|
Key([], 'XF86MonBrightnessUp', lazy.spawn('xbacklight -inc 5')),
|
||||||
|
Key([], 'XF86MonBrightnessDown', lazy.spawn('xbacklight -dec 5')),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user