diff options
-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 |