diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-02-06 14:47:46 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-02-06 14:47:46 +0000 |
| commit | 965f75d79c6da4a917010f3509d8b450d65095c7 (patch) | |
| tree | eac925a772ee1ea758ebea303c1c12d8e131fa56 | |
| parent | 29129dd87d187e02ffe8d7217812326af4896d41 (diff) | |
Changed the layerrule for the slurp selection layer to disable both animations and blur
| -rw-r--r-- | .config/mango/config.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mango/config.conf b/.config/mango/config.conf index 1030cef..3f91500 100644 --- a/.config/mango/config.conf +++ b/.config/mango/config.conf @@ -125,8 +125,8 @@ no_radius_when_single=0 focused_opacity=1.0 unfocused_opacity=1.0 -# no blur slurp select layer -layerrule=noblur:1,layer_name:selection +# No animations or blur for slurp select layer +layerrule=noanim:1,noblur:1,layer_name:selection # layout support: tile,scroller,grid,monocle,spiral,dwindle tagrule=id:1,layout_name:tile |
