refactor(hyprland): decentralize exec-once and clean up app configs
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user