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 @@
|
||||
{pkgs, ...}: {
|
||||
home.pointerCursor = {
|
||||
enable = true;
|
||||
size = 28;
|
||||
size = 32;
|
||||
#name = "capitaine-cursors-themed";
|
||||
#package = pkgs.capitaine-cursors-themed;
|
||||
name = "capitaine-cursors";
|
||||
|
@ -14,10 +14,6 @@
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
};
|
||||
cursorTheme = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
};
|
||||
};
|
||||
|
||||
# ================================
|
||||
|
@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user