hyprland/exec.nix: set cursor

This commit is contained in:
Charlie Root 2025-04-06 14:03:58 +02:00
commit edd3ffff2d
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -10,7 +10,7 @@ in {
# Hyprland settings # Hyprland settings
# Programs which get executed at Hyprland start. # Programs which get executed at Hyprland start.
exec-once = [ exec-once = [
# "hyprctl setcursor ${cursor.name} ${toString cursor.size}" "hyprctl setcursor ${pkgs.rose-pine-cursor} BreezeX-RosePine-Linux"
"[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc" "[workspace special:keepassxc; silent;tile] ${pkgs.keepassxc}/bin/keepassxc"
"[workspace special:audio; silent;tile] ${pkgs.pwvucontrol}/bin/pwvucontrol" "[workspace special:audio; silent;tile] ${pkgs.pwvucontrol}/bin/pwvucontrol"