hyprland: fix cursor, add uwsm startup

This commit is contained in:
Charlie Root 2025-04-06 21:22:39 +02:00
commit 500c9d2cd6
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
2 changed files with 2 additions and 1 deletions

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 ${pkgs.rose-pine-cursor} BreezeX-RosePine-Linux" "hyprctl setcursor BreezeX-RosePine-Linux 32"
"[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"

View file

@ -53,6 +53,7 @@ in {
plugins = [ plugins = [
pkgs.hyprlandPlugins.hyprsplit pkgs.hyprlandPlugins.hyprsplit
]; ];
withUWSM = true;
}; };
# xdg Portal # xdg Portal
xdg.portal = { xdg.portal = {