oda: keyboqrd shortcuts sound, brightness
This commit is contained in:
parent
76785aef03
commit
efac8270eb
@ -133,9 +133,13 @@ bindsym $mod+Shift+8 move container to workspace 8
|
||||
bindsym $mod+Shift+9 move container to workspace 9
|
||||
bindsym $mod+Shift+0 move container to workspace 10
|
||||
|
||||
# volume; keys [ and ]
|
||||
bindcode $mod+34 exec obsd-vol.sh -16
|
||||
bindcode $mod+35 exec obsd-vol.sh 16
|
||||
# volume; keys F5 and F6
|
||||
bindcode $mod+71 exec obsd-vol.sh -16
|
||||
bindcode $mod+72 exec obsd-vol.sh 16
|
||||
|
||||
# brightness: keys F1 F2
|
||||
bindcode $mod+67 exec xbacklight -10
|
||||
bindcode $mod+68 exec xbacklight +10
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
|
Loading…
Reference in New Issue
Block a user