refactor(hyprland): decentralize exec-once and clean up app configs

This commit is contained in:
kenji
2026-01-05 12:38:12 -06:00
parent c640e5514e
commit daa3ed6eef
6 changed files with 14 additions and 9 deletions
+5
View File
@@ -61,4 +61,9 @@
window-padding-balance = true;
};
};
wayland.windowManager.hyprland.settings.exec-once = [
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
"[workspace 1] uwsm app -- ghostty -e bash -c 'fastfetch; exec $SHELL'" # TODO: must be xdg-terminal-exec, or default user terminal
];
}