Commit 040f497b4df8772ef83ed44d8b836e83fe650247 Parent: 90418e315fe36422489aaa09049fc7ee16baca4d Author: mcol <mcol@posteo.net> Date: 2022-06-20 01:11:20 +0100 Committer: mcol <mcol@posteo.net> Committed: 2022-06-20 01:11:20 +0100 add wl shadows config
wayland.py Modified
@@ -45,6 +45,19 @@ } +# Shadows configuration +#wl_shadows = { +# "radius": 12, +# "color": "#05001088", +# "offset": (-6, -6), +#} +wl_shadows = { + "radius": 5, + "color": "#ff000044", + "offset": (0, 0), +} + + @hook.subscribe.client_new def _(win): # Auto-float some windows