From 5a20ce5c913f79f3e9192dc85c469b1929685d2e Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 26 Jul 2025 12:58:55 -0500 Subject: Rebind fullscreen global and toggle float in scroll --- scroll/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scroll') 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 -- cgit v1.2.3