From e3f803104e43a7a942738bb9437147ee212fec9c Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 1 Jan 2019 14:47:36 -0500 Subject: [PATCH] [rc/sway] add sticky toggle binding --- rc.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc.org b/rc.org index 691480a..2c7b778 100644 --- a/rc.org +++ b/rc.org @@ -2592,6 +2592,9 @@ exec swayidle \ # Make the current focus fullscreen bindsym $mod+f fullscreen + # Toggle sticky-ness of the current (floating) window + bindsym $mod+$mod2+space sticky toggle + # Toggle the current focus between tiling and floating mode bindsym $mod+Shift+space floating toggle -- 2.20.1