diff options
| -rw-r--r-- | scroll/config | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/scroll/config b/scroll/config index 2758843..21cc489 100644 --- a/scroll/config +++ b/scroll/config @@ -117,10 +117,10 @@ animations {      bindsym $mod+Ctrl+Backspace kill all      # Start your launcher -    bindsym $mod+r exec $rmenu +    bindsym $mod+e exec $rmenu      bindsym $mod+d exec $dmenu -    bindsym $mod+e exec $filemanager +    bindsym $mod+Alt+f exec $filemanager      # Drag floating windows by holding down $mod and left mouse button.      # Resize them with right mouse button + $mod. @@ -236,8 +236,8 @@ animations {  #      # Make the current focus fullscreen      bindsym $mod+f fullscreen -    bindsym $mod+Shift+f fullscreen global -    bindsym $mod+Alt+f fullscreen_application toggle +    #bindsym $mod+Shift+f fullscreen global +    bindsym $mod+Shift+f fullscreen_application toggle      bindsym $mod+Ctrl+Alt+f fullscreen_application reset      # Toggle the current focus between tiling and floating mode | 
