idefix i3 bind keys volume

This commit is contained in:
Meutel 2017-05-18 18:33:02 +02:00
parent 66d5a1b0b7
commit 06018d1f87

View File

@ -115,9 +115,9 @@ bindsym $mod+eacute workspace 2
bindsym $mod+quotedbl workspace 3
bindsym $mod+apostrophe workspace 4
bindsym $mod+parenleft workspace 5
bindsym $mod+minus workspace 6
bindcode $mod+15 workspace 6
bindsym $mod+egrave workspace 7
bindsym $mod+underscore workspace 8
bindcode $mod+17 workspace 8
bindsym $mod+ccedilla workspace 9
bindsym $mod+agrave workspace 10
@ -133,6 +133,10 @@ bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+ccedilla move container to workspace 9
bindsym $mod+Shift+agrave move container to workspace 10
# volume
bindcode $mod+48 exec obsd-vol.sh -16
bindcode $mod+51 exec obsd-vol.sh 16
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)