diff --git a/modules/home/hyprland/exec-once.nix b/modules/home/hyprland/exec-once.nix index 032c4f1..b854c85 100644 --- a/modules/home/hyprland/exec-once.nix +++ b/modules/home/hyprland/exec-once.nix @@ -5,11 +5,5 @@ _: { "dbus-update-activation-environment --all --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "systemctl --user start hyprpolkitagent" - - # "killall -q waybar" - # "pkill waybar" - # "killall -q swaync" - # "pkill swaync" - "noctalia-shell &" ]; }