Touch wezterm.lua after theme changes to force reload

This commit is contained in:
Corey Woodworth
2025-11-02 12:42:34 -05:00
parent 69b4ff524e
commit 89f11ef11b
+2 -1
View File
@@ -110,7 +110,8 @@ Singleton {
}, {
"name": "wezterm",
"path": "Terminal/wezterm.toml",
"output": "~/.config/wezterm/colors/Noctalia.toml"
"output": "~/.config/wezterm/colors/Noctalia.toml",
"post_hook": "touch ~/.config/wezterm/wezterm.lua"
}]
terminals.forEach(function (terminal) {