commit: d449ed363e78c8bcef8325ec394bfb728aa48dd5
parent 26533f08cdd2f57af66efd0aae2712bf716b4932
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Tue, 1 Dec 2020 23:08:17 +0100
sway: floating mode toggle on t/T
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -89,6 +89,10 @@ bindsym $mod+a focus parent
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
+
+bindsym $mod+t floating disable
+bindsym $mod+Shift+t floating enable
+
#
# Resizing containers:
#