diff --git a/modules/wms/wayland/hyprland/exec.nix b/modules/wms/wayland/hyprland/exec.nix index 037b44e..6a2c5f5 100644 --- a/modules/wms/wayland/hyprland/exec.nix +++ b/modules/wms/wayland/hyprland/exec.nix @@ -10,7 +10,7 @@ in { # Hyprland settings # Programs which get executed at Hyprland start. 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:audio; silent;tile] ${pkgs.pwvucontrol}/bin/pwvucontrol" diff --git a/modules/wms/wayland/hyprland/module.nix b/modules/wms/wayland/hyprland/module.nix index 5b7e289..e6e42c7 100644 --- a/modules/wms/wayland/hyprland/module.nix +++ b/modules/wms/wayland/hyprland/module.nix @@ -53,6 +53,7 @@ in { plugins = [ pkgs.hyprlandPlugins.hyprsplit ]; + withUWSM = true; }; # xdg Portal xdg.portal = {