From fd3ca3a1d3f65153eff57694c8ebe7957e7be803 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Wed, 4 Sep 2024 17:11:25 +0200 Subject: [PATCH] fctix autostart + exec-once cleanup --- home-modules/hyprland.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" ];