Add nomodkey mode to free the mod key
This commit is contained in:
parent
3b25ddf5e0
commit
77bb485ad4
|
@ -194,6 +194,11 @@ bar {
|
|||
status_command i3status
|
||||
}
|
||||
|
||||
bindsym $mod+Shift+g mode "nomodkey"
|
||||
mode "nomodkey" {
|
||||
bindsym $mod+Shift+g mode "default"
|
||||
}
|
||||
|
||||
# Pulse Audio controls
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
|
||||
|
|
Loading…
Reference in New Issue