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 *
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
# Home Manager Hyprland monitors
|
# Home Manager Hyprland monitors
|
||||||
wayland.windowManager.hyprland.settings.monitor = [
|
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"
|
"HDMI-A-1, 1920x1080@50.00, 0x0, 1"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
size = 28;
|
size = 32;
|
||||||
#name = "capitaine-cursors-themed";
|
#name = "capitaine-cursors-themed";
|
||||||
#package = pkgs.capitaine-cursors-themed;
|
#package = pkgs.capitaine-cursors-themed;
|
||||||
name = "capitaine-cursors";
|
name = "capitaine-cursors";
|
||||||
|
@ -14,10 +14,6 @@
|
|||||||
name = "Adwaita";
|
name = "Adwaita";
|
||||||
package = pkgs.adwaita-icon-theme;
|
package = pkgs.adwaita-icon-theme;
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
|
||||||
name = "Adwaita";
|
|
||||||
package = pkgs.adwaita-icon-theme;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
|
@ -9,7 +9,7 @@ in {
|
|||||||
"hyprpaper"
|
"hyprpaper"
|
||||||
"hypridle"
|
"hypridle"
|
||||||
"hyprsunset"
|
"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 text --watch cliphist store" # Stores only text data
|
||||||
"wl-paste --type image --watch cliphist store" # Stores only image data
|
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user