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