task | sway - fix call to brightnessctl
This commit is contained in:
parent
395af1b8cf
commit
f54af91373
1 changed files with 4 additions and 4 deletions
|
|
@ -46,10 +46,10 @@
|
||||||
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec brightnessctl set 10-
|
bindsym XF86MonBrightnessDown exec brightnessctl set 10%-
|
||||||
bindsym XF86MonBrightnessUp exec brightnessctl set +10
|
bindsym XF86MonBrightnessUp exec brightnessctl set +10%
|
||||||
bindsym Control+Shift+F5 exec brightnessctl set 10-
|
bindsym Control+Shift+F5 exec brightnessctl set 10%-
|
||||||
bindsym Control+Shift+F6 exec brightnessctl set +10
|
bindsym Control+Shift+F6 exec brightnessctl set +10%
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue