diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index 4d42897..aed1e7f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -190,10 +190,7 @@ client.placeholder #000000 #000000 #F8F8F2 #000000 #000000 bindsym $mod+f fullscreen # Toggle the current focus between tiling and floating mode - bindsym $mod+Shift+space floating toggle - - # Swap focus between the tiling area and the floating area - bindsym $mod+space focus mode_toggle + bindsym $mod+Shift+f floating toggle # Move focus to the Parent container # bindsym $mod+p focus parent |