From 96429160c30ba5f6dcd25c8e6a181221195c41d8 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 15 Jun 2025 18:08:45 +1000 Subject: feat: user config file Config file at `~/.config/caelestia/shell.json` --- modules/drawers/Exclusions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/drawers/Exclusions.qml') diff --git a/modules/drawers/Exclusions.qml b/modules/drawers/Exclusions.qml index 188aadb..d1e80dc 100644 --- a/modules/drawers/Exclusions.qml +++ b/modules/drawers/Exclusions.qml @@ -31,6 +31,6 @@ Scope { component ExclusionZone: StyledWindow { screen: root.screen name: "border-exclusion" - exclusiveZone: BorderConfig.thickness + exclusiveZone: Config.border.thickness } } -- cgit v1.2.3-freya