Switched menu to super+space.

Also switched focus mode_toggle
This commit is contained in:
James Patrick 2019-05-23 22:39:23 -04:00
parent 0a5dd18e26
commit 576646e646

View File

@ -101,7 +101,7 @@ bindsym $mod+Return exec $term
bindsym $mod+q kill bindsym $mod+q kill
# start your launcher # start your launcher
bindsym $mod+d exec $menu bindsym $mod+space exec $menu
# Drag floating windows by holding down $mod and left mouse button. # Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod. # Resize them with right mouse button + $mod.
@ -200,7 +200,7 @@ bindsym $mod+Shift+s sticky toggle
bindsym $mod+Shift+space floating toggle bindsym $mod+Shift+space floating toggle
# Swap focus between the tiling area and the floating area # Swap focus between the tiling area and the floating area
bindsym $mod+space focus mode_toggle bindsym $mod+d focus mode_toggle
# move focus to the parent container # move focus to the parent container
bindsym $mod+a focus parent bindsym $mod+a focus parent