diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-06-26 16:11:18 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-06-26 16:11:18 +0100 |
commit | 2d4ec5ae8e2bb96c8b406ba2b9765231811ee641 (patch) | |
tree | 21c5a719651a60cd1823ce4a0505c7514e25bf82 | |
parent | fe6bc43ff886f972937df4f5dc022758613e62a4 (diff) |
Added layer rule to disable blur on layer_name:selection so slurp works.
-rw-r--r-- | .config/maomao/config.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/maomao/config.conf b/.config/maomao/config.conf index 5fb1aea..a9855cb 100644 --- a/.config/maomao/config.conf +++ b/.config/maomao/config.conf @@ -119,6 +119,9 @@ no_radius_when_single=0 focused_opacity=1.0 unfocused_opacity=1.0 +# no blur slurp select layer +layerrule=noblur:1,layer_name:selection + # layout support: tile,scroller,grid,monocle,spiral,dwindle tagrule=id:1,layout_name:tile tagrule=id:2,layout_name:tile |