Change mappings with modified avizo
This commit is contained in:
parent
619414746a
commit
5d00448a30
|
@ -27,12 +27,13 @@ bindsym $mod+Shift+t exec $hyper_term
|
|||
bindsym $mod+Mod1+l exec $lock
|
||||
bindsym $mod+Shift+b exec $chbg
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec /home/leo/.bin/volume.sh +
|
||||
bindsym XF86AudioLowerVolume exec /home/leo/.bin/volume.sh -
|
||||
bindsym XF86AudioMute exec /home/leo/.bin/volume.sh m
|
||||
# bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
|
||||
bindsym XF86AudioRaiseVolume exec volumectl raise
|
||||
bindsym XF86AudioLowerVolume exec volumectl lower
|
||||
bindsym XF86AudioMute exec volumectl mute
|
||||
bindsym XF86AudioMicMute exec volumectl mute --mic
|
||||
bindsym Ctrl+Mod1+m exec volumectl mute --mic
|
||||
bindsym XF86MonBrightnessUp exec lightctl raise
|
||||
bindsym XF86MonBrightnessDown exec lightctl lower
|
||||
|
||||
bindsym Print exec ~/.bin/screenshot.sh -w
|
||||
bindsym Ctrl+Print exec ~/.bin/screenshot.sh -s
|
||||
|
|
Loading…
Reference in New Issue
Block a user