fctix autostart + exec-once cleanup

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-09-04 17:11:25 +02:00
parent f2589a350d
commit fd3ca3a1d3

View File

@@ -243,16 +243,15 @@ lib.mkIf (user != "tv")
}; };
exec-once = [ exec-once = [
"hyprpm reload -n "
"waybar" "waybar"
"hyprpaper -n "
"swww-daemon" "swww-daemon"
"hyprland-autoname-workspaces" "hyprland-autoname-workspaces"
"/usr/lib/polkit-kde-authentication-agent-1 " "/usr/lib/polkit-kde-authentication-agent-1 "
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"syncthing -no-browser" "syncthing -no-browser"
"mako" "mako"
"ibus engine xkb:de::deu" "fcitx5"
# "ibus engine xkb:de::deu"
"libinput-gestures" "libinput-gestures"
# "hyprswitch --daemon" # "hyprswitch --daemon"
]; ];