diff options
| author | ZachIR <zachir@librem.one> | 2025-07-26 13:38:59 -0500 | 
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2025-07-26 13:38:59 -0500 | 
| commit | 3769b80f680ff0b9a5b9cae219d2dff5e5d49c28 (patch) | |
| tree | 66e7ca4df54dbb8546a84acdd39475a1b883e8ba /scroll | |
| parent | 14abc661c1f16d6cb5070b4c524a7196e0eb1ca0 (diff) | |
Change around some bindings
Diffstat (limited to 'scroll')
| -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 | 
