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 ];