diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-07-22 13:15:33 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:40:35 -0700 |
| commit | 3c7a84396dc18c315d328c40c392aa27387afd46 (patch) | |
| tree | 10af2f41454a0215503991475fa902fd8def0eb1 /scripts | |
| parent | fa4c93ed241a80571e2ea8efc4213542b4d494fb (diff) | |
WindowRules was being overwritten in UserConfigs
Signed-off-by: Don Williams <don.e.williams@gmail.com>
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: scripts/lib_copy.sh
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/lib_copy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/lib_copy.sh b/scripts/lib_copy.sh index a5ec8651..a324a9ec 100644 --- a/scripts/lib_copy.sh +++ b/scripts/lib_copy.sh @@ -839,6 +839,9 @@ restore_user_configs() { "UserDecorations.lua" "UserSettings.conf" "UserSettings.lua" + "WindowRules.conf" + "WindowRules.lua" + "WindowRules.disable" "kitty.conf" "ghostty.conf" ) |
