From 59c9916d9d78bc9599e3d5a3fe75c6d5ad8068d7 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Mon, 19 Aug 2024 18:54:45 +0200 Subject: [PATCH] add notes for hyprland cursor --- pages/FAQ/_index.md | 4 ++++ pages/Hypr Ecosystem/hyprcursor.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 5a98f2d..ea2be29 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -390,3 +390,7 @@ and simply install them again. If using yay, make sure to `CleanBuild` every package. If using paru, manually remove the cache of hypr* packages in `~/.cache/paru`. If you are not using any -git packages, this is a mistake in your distro's packaging and should be solved there. + +## My cursor is a hyprland icon? + +This means you have no hyprcursor theme installed, and hyprland failed to find an XCursor theme as well. Install a cursor theme. diff --git a/pages/Hypr Ecosystem/hyprcursor.md b/pages/Hypr Ecosystem/hyprcursor.md index 070ae5e..dcb24f5 100644 --- a/pages/Hypr Ecosystem/hyprcursor.md +++ b/pages/Hypr Ecosystem/hyprcursor.md @@ -61,3 +61,7 @@ and `~/.icons`. If you don't have any hyprcursor themes installed, Hyprland will fall back to XCursor, and use whatever you define with `XCURSOR_THEME` and `XCURSOR_SIZE`. + +## My cursor is a hyprland icon? + +See [FAQ](../FAQ)