refactor(hypr): separated even mooore

This commit is contained in:
kenji
2026-01-02 12:26:36 -06:00
parent a2acedf2bb
commit d667dbdb91
10 changed files with 45 additions and 30 deletions
+2 -7
View File
@@ -9,7 +9,7 @@
wayland.windowManager.hyprland.settings = {
exec = [
# "pkill -x hyprpaper; uwsm app -- hyprpaper"
"matugen image ${config.home.homeDirectory}/.cache/current_wallpaper"
# "matugen image ${config.home.homeDirectory}/.cache/current_wallpaper"
];
exec-once = [
# essentials
@@ -20,14 +20,9 @@
# apps
"fcitx5 -d --replace"
"[workspace special:preload silent] sleep 4; uwsm app -- firefox"
"[workspace special:preload silent] uwsm app -- firefox; hakase-workspace-switch-force 1"
"[workspace special:preload silent] uwsm app -- xdg-terminal-exec"
"uwsm app -- swayosd-server"
"uwsm app -- pywalfox start"
# "sh -c 'sleep 3; hakase-workspace-switch-force 1'"
"[workspace 1] uwsm app -- ghostty -e bash -c 'fastfetch; exec $SHELL'"
"[workspace special:steam silent] uwsm app -- steam"
];