Add nomodkey mode to free the mod key

This commit is contained in:
Jan Philipp Timme 2019-05-31 10:49:31 +02:00
parent 3b25ddf5e0
commit 77bb485ad4
1 changed files with 5 additions and 0 deletions

View File

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