sleep 3 on ulauncher startup

This commit is contained in:
William 2025-05-02 15:41:29 -03:00
parent 7109a9caf8
commit 1796e501af

View file

@ -174,6 +174,7 @@
ExecStart = pkgs.writeShellScript "ulauncher-env-wrapper.sh" ''
export PATH="''${XDG_BIN_HOME}:$HOME/.nix-profile/bin:/etc/profiles/per-user/$USER/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin"
export GDK_BACKEND=wayland
sleep 3
exec ${pkgs.ulauncher}/bin/ulauncher --hide-window
'';
};