diff options
author | Amin Bandali <bandali@gnu.org> | 2019-01-01 14:47:36 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-01-01 14:47:36 -0500 |
commit | e3f803104e43a7a942738bb9437147ee212fec9c (patch) | |
tree | 44ced50ab3e0ba3766674c2afe6cbcd1455ae33c | |
parent | de38a3ac0112f6d57430b039a67897f6992d037d (diff) | |
download | configs-e3f803104e43a7a942738bb9437147ee212fec9c.tar.gz configs-e3f803104e43a7a942738bb9437147ee212fec9c.tar.xz configs-e3f803104e43a7a942738bb9437147ee212fec9c.zip |
[rc/sway] add sticky toggle binding
-rw-r--r-- | rc.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |