From 57b871962864f117a75c54adcc23af26ded88232 Mon Sep 17 00:00:00 2001 From: ardishco <109692107+ardishco-the-great@users.noreply.github.com> Date: Sat, 3 Jun 2023 15:23:16 +0300 Subject: [PATCH] Update Using-hyprctl.md Added GTK cursor change tutorials alongside a command for listing available cursors --- pages/Configuring/Using-hyprctl.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index 9bd60d1..88c4641 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -87,6 +87,12 @@ e.g.: hyprctl setcursor Bibata-Modern-Classic 24 ``` +As for setting your GTK Cursor, you can use a tool like `nwg-look`. + +You can also do this manually by editing both `~/.config/gtk-3.0/settings.ini` and `~/.config/gtk-4.0/settings.ini` to include `gtk-cursor-theme-name=$CURSOR_THEME_NAME` + +If you are not sure what your installed cursors are called, you can run `find /usr/share/icons ~/.local/share/icons ~/.icons -type d -name "cursors"` to get a list of available cursors on your system. + ### output Allows you to add and remove fake outputs to your preferred backend.