diff options
author | ZachIR <zachir@librem.one> | 2025-07-26 12:58:55 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-26 12:58:55 -0500 |
commit | 5a20ce5c913f79f3e9192dc85c469b1929685d2e (patch) | |
tree | c18aa7674519547d170a0365f97ab3d960cade34 /scroll | |
parent | 024301a886470f528cdd27b7911f1bd9b76e554f (diff) |
Rebind fullscreen global and toggle float in scroll
Diffstat (limited to 'scroll')
-rw-r--r-- | scroll/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scroll/config b/scroll/config index 86f26df..3e06009 100644 --- a/scroll/config +++ b/scroll/config @@ -233,7 +233,7 @@ animations { # # Make the current focus fullscreen bindsym $mod+f fullscreen - bindsym $mod+Ctrl+f fullscreen global + bindsym $mod+Shift+f fullscreen global bindsym $mod+Alt+f fullscreen_application toggle bindsym $mod+Ctrl+Alt+f fullscreen_application reset @@ -243,7 +243,7 @@ animations { bindsym $mod+Shift+y layout_transpose # Float a window - bindsym $mod+Shift+f floating toggle + bindsym $mod+Shift+space floating toggle # Toggle sticky bindsym $mod+Shift+Ctrl+a sticky toggle |