From 1a2b1f157be8a2fd268ba398e13f67548885867b Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 21 Jun 2025 15:47:55 +0200 Subject: [PATCH] wildfire: 306 current 2025-06-21 15:47:48 25.05.20250617.36ab78d 6.15.2 * cursor issues wildfire: 307 current 2025-06-21 15:53:10 25.05.20250617.36ab78d 6.15.2 * --- hosts/wildfire/hyprland-monitors.nix | 2 +- modules/home/cursor.nix | 2 +- modules/home/gtk.nix | 4 ---- modules/home/hyprland.nix | 2 +- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/hosts/wildfire/hyprland-monitors.nix b/hosts/wildfire/hyprland-monitors.nix index 11e1697..c5e07bb 100644 --- a/hosts/wildfire/hyprland-monitors.nix +++ b/hosts/wildfire/hyprland-monitors.nix @@ -1,7 +1,7 @@ { # Home Manager Hyprland monitors wayland.windowManager.hyprland.settings.monitor = [ - "DP-3, 2560x1440@143.97, 1920x-360, 1, vrr, 1" + "DP-3, 2560x1440@143.97, 1920x-360, 1" "HDMI-A-1, 1920x1080@50.00, 0x0, 1" ]; } diff --git a/modules/home/cursor.nix b/modules/home/cursor.nix index ef774e4..dcdba5c 100644 --- a/modules/home/cursor.nix +++ b/modules/home/cursor.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { home.pointerCursor = { enable = true; - size = 28; + size = 32; #name = "capitaine-cursors-themed"; #package = pkgs.capitaine-cursors-themed; name = "capitaine-cursors"; diff --git a/modules/home/gtk.nix b/modules/home/gtk.nix index f95b57c..9b5f9fb 100644 --- a/modules/home/gtk.nix +++ b/modules/home/gtk.nix @@ -14,10 +14,6 @@ name = "Adwaita"; package = pkgs.adwaita-icon-theme; }; - cursorTheme = { - name = "Adwaita"; - package = pkgs.adwaita-icon-theme; - }; }; # ================================ diff --git a/modules/home/hyprland.nix b/modules/home/hyprland.nix index f8a22f3..461ba89 100644 --- a/modules/home/hyprland.nix +++ b/modules/home/hyprland.nix @@ -9,7 +9,7 @@ in { "hyprpaper" "hypridle" "hyprsunset" - "hyprctl setcursor capitaine-cursors-white 28" # Set mouse cursor + "hyprctl setcursor capitaine-cursors-white 32" # Set mouse cursor "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data ];