fixup! FAQ: Mention the default QT cursor size

This commit is contained in:
Antonino Scordino 2022-10-20 21:46:54 +02:00
parent c7df8e03b5
commit 66c82c8699
No known key found for this signature in database
GPG Key ID: F20FDE4C896FC2CB
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ Use a tool like for example `lxappearance` to change the GTK cursor.
After that, add `exec-once=hyprctl setcursor [THEME] [SIZE]` to your config and
restart Hyprland.
If you want to change cursor size on QT, add `XCURSOR_SIZE=[SIZE]` to your wrapper.
About QT applications, instead, Hyprland automatically exports `XCURSOR_SIZE`, 24
being the default. You may export a different value in your wrapper to change it.
Alternatively, change the config files manually according to the
[XDG specification (Arch Wiki link)](https://wiki.archlinux.org/title/Cursor_themes#Configuration).