From 500c9d2cd600b98fe30361c4798ecb3f506c5fc8 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Sun, 6 Apr 2025 21:22:39 +0200 Subject: [PATCH] hyprland: fix cursor, add uwsm startup --- modules/wms/wayland/hyprland/exec.nix | 2 +- modules/wms/wayland/hyprland/module.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 = {