From dded9bbe2ddf44d28267f552462a4bbbab1be833 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sun, 1 Aug 2021 13:39:01 +0100 Subject: [PATCH] Key binding for sticky windows in swaywm --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index bf666fc..37292bf 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -167,6 +167,9 @@ output * bg ~/.config/sway/wallpaper.png fill # Move focus to the parent container bindsym $mod+a focus parent + + # Stick window to output (persist across workspaces) + bindsym $mod+p sticky toggle # # Scratchpad: #