aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/.config/sway/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config
index d7da137..f107b3b 100644
--- a/sway/.config/sway/config
+++ b/sway/.config/sway/config
@@ -195,6 +195,9 @@ bindsym $mod+f fullscreen
195 195
196# Toggle the current focus between tiling and floating mode 196# Toggle the current focus between tiling and floating mode
197bindsym $mod+Shift+space floating toggle 197bindsym $mod+Shift+space floating toggle
198# sometimes it's nice to have a sticky floating window like mpv
199# for a picture-in-picture mode.
200bindsym $mod+Shift+$ctrl+space sticky toggle
198 201
199# Swap focus between the tiling area and the floating area 202# Swap focus between the tiling area and the floating area
200bindsym $mod+space focus mode_toggle 203bindsym $mod+space focus mode_toggle