fixed
This commit is contained in:
parent
a977d4019e
commit
d72cfe0265
1 changed files with 10 additions and 0 deletions
|
@ -180,3 +180,13 @@ bind = $mainMod, mouse_up, workspace, e-1
|
|||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# audio
|
||||
bind = , XF86AudioLowerVolume, pactl set-sink-volume 0 -5%
|
||||
bind = , XF86AudioRaiseVolume, pactl set-sink-volume 0 +5%
|
||||
bind = , XF86AudioMute, pactl set-sink-mute 0 toggle
|
||||
|
||||
# brightness
|
||||
bind = , XF86MonBrightnessUp, brightnessctl s +100
|
||||
bind = , XF86MonBrightnessDown, brightnessctl s 100-
|
||||
|
||||
|
|
Loading…
Reference in a new issue