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