oda: keyboqrd shortcuts sound, brightness

This commit is contained in:
Meutel 2017-11-14 20:16:58 +01:00
parent 76785aef03
commit efac8270eb
1 changed files with 7 additions and 3 deletions

View File

@ -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