diff options
author | zachir <zachir@librem.one> | 2025-07-30 14:10:01 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-30 14:10:01 -0500 |
commit | 3f0bd64725a974578cd2f6894ea08f18c9f72be0 (patch) | |
tree | ecd8a7d84511ee9bfc5c7dc8d4dcaa54e828699b /scroll/config | |
parent | 437d77fc962e19d6ee4a060b53c390657e2d0ef2 (diff) | |
parent | a1197255ddb1bb14a03e149219bd38d3f95aa382 (diff) |
Merge branch 'master' into cla
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 29c8cab..fe404c4 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 |