feat(sway): add ddcutil backlight control
This commit is contained in:
parent
b7f8c37f5e
commit
2698da23a4
1 changed files with 4 additions and 2 deletions
|
@ -274,8 +274,10 @@ bindsym XF86AudioNext exec playerctl next
|
|||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
# Backlight level control
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||
#bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
#bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||
bindsym XF86MonBrightnessDown exec ddcutil setvcp 10 - 5
|
||||
bindsym XF86MonBrightnessUp exec ddcutil setvcp 10 + 5
|
||||
|
||||
# Screenshots
|
||||
#bindsym --release Print exec --no-startup-id scrot -e 'mv $f ~/Images/screenshots/'
|
||||
|
|
Loading…
Add table
Reference in a new issue