diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 02:42:52 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 02:42:52 -0500 |
commit | 6e529ca13fd6c9f273cccce6d788c9940b473c6d (patch) | |
tree | b2e8d8180bbe0ad5a7562785cceab131bc76aba2 /scroll/config | |
parent | b22f6afb388054996a43626e6da2bb7bb93e15c8 (diff) |
Add maximize when only lua script for scroll
Diffstat (limited to 'scroll/config')
-rw-r--r-- | scroll/config | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scroll/config b/scroll/config index 15c9f1d..889da2e 100644 --- a/scroll/config +++ b/scroll/config @@ -100,6 +100,8 @@ layout_heights [0.33333333 0.5 0.666666667 1.0] fullscreen_movefocus true +focus_follows_mouse yes + mouse_warping none # Animations @@ -511,7 +513,7 @@ bindsym $mod+Alt+comma exec dmount # Launch dmenuumount dmenu umount script bindsym $mod+Alt+period exec dmenuumount -focus_wrapping no +focus_wrapping yes bindgesture swipe:4:right workspace next bindgesture swipe:4:left workspace prev @@ -521,6 +523,9 @@ bindgesture swipe:4:up scale_workspace overview # Enable window swallowing (of mpv specifically) lua $scripts/swallow.lua +# Enable maximize when only +lua $scripts/maximize_when_only.lua + # Scratchpads for_window [app_id="sphtop"] move scratchpad for_window [app_id="sphtop"] scratchpad show |