Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GTK Cursor changing tutorials and listing cursor names to the cursor section to Using-hyprctl.md #240

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pages/Configuring/Using-hyprctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down