Add nomodkey-mode to config-laptop-home, too
This commit is contained in:
parent
7a25448ac0
commit
d8f6ce7c04
|
@ -191,6 +191,12 @@ bindsym $mod+Shift+x move scratchpad
|
|||
#bindsym $mod+$alt+x floating toggle
|
||||
bindsym $mod+x scratchpad show
|
||||
|
||||
bindsym $mod+Shift+g mode "nomodkey"
|
||||
mode "nomodkey" {
|
||||
bindsym $mod+Shift+g mode "default"
|
||||
}
|
||||
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
|
|
Loading…
Reference in New Issue