From d645a237b3baac9bbfe799ce04fcec55a8f1fac0 Mon Sep 17 00:00:00 2001 From: toydotgame Date: Fri, 26 Jan 2024 19:38:14 +1000 Subject: [PATCH] Fix block code indent in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b93d0dc..94eb98f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Hope you like it! 1. Copy the `miku-cursor-linux/` dir to `/usr/share/icons/` (system-wide) or `~/.local/share/icons/` (per-user). 2. [Select the theme through your DE's settings manager.](https://wiki.archlinux.org/title/Cursor_themes#Desktop_environments) 3. On KDE, the desktop and some apps may default back to a different cursor set that isn't the one you chose. To fix this, add the following to `/usr/share/icons/default/index.theme` or `~/.local/share/icons/default/index.theme`: -```ini -[Icon Theme] -Inherits=miku-cursor-linux -``` + ```ini + [Icon Theme] + Inherits=miku-cursor-linux + ```