exclusions: set input mask to empty

Fixes #26 and #72
This commit is contained in:
2 * r + 2 * t 2025-06-15 20:50:46 +10:00
parent d989128cbc
commit be4769930a

View file

@ -32,5 +32,6 @@ Scope {
screen: root.screen screen: root.screen
name: "border-exclusion" name: "border-exclusion"
exclusiveZone: Config.border.thickness exclusiveZone: Config.border.thickness
mask: Region {}
} }
} }