feat(void): add brightness control keybinds
This commit is contained in:
parent
2a3da177f1
commit
a48ad48523
2 changed files with 8 additions and 1 deletions
|
|
@ -16,6 +16,8 @@ in {
|
|||
# screen backlight brightness control
|
||||
riverctl map -repeat normal None XF86MonBrightnessDown spawn 'brightnessctl set 1%-'
|
||||
riverctl map -repeat normal None XF86MonBrightnessUp spawn 'brightnessctl set 1%+'
|
||||
riverctl map -repeat normal Super 'Prior' spawn 'ddcutil setvcp 10 + 10'
|
||||
riverctl map -repeat normal Super 'Next' spawn 'ddcutil setvcp 10 - 10'
|
||||
|
||||
# layout management
|
||||
riverctl map -repeat normal Super+Alt H send-layout-cmd rivertile 'main-ratio -0.05'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue