diff options
author | Thanos Apollo <[email protected]> | 2024-11-10 14:26:10 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-10 14:26:10 +0200 |
commit | 423e3647f833ef8a2dd9c7021e456a1672dd8692 (patch) | |
tree | 7d80bd7758ea3b2c75f754edaa7325aedb02fb8b /.config | |
parent | fd5af3836e2598394067096420d9607f1b01763b (diff) |
sway: Update bindings for floating window
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 |