diff --git a/pages/Configuring/Uncommon-tips-&-tricks.md b/pages/Configuring/Uncommon-tips-&-tricks.md index 0c3b093..20b0f0d 100644 --- a/pages/Configuring/Uncommon-tips-&-tricks.md +++ b/pages/Configuring/Uncommon-tips-&-tricks.md @@ -32,7 +32,7 @@ while the `fr` layout is active. {{< /callout >}} You can also bind a key to execute `hyprctl switchxkblayout` for more keybind -freedom. See [Using hyprctl](../Using-hyprctl). +freedom. See [Using hyprctl](../using-hyprctl). To find the valid layouts and `kb_options`, you can check out the `/usr/share/X11/xkb/rules/base.lst`. For example: diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 6b27138..9b7163b 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -69,7 +69,7 @@ SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5 | resize_on_border | enables resizing windows by clicking and dragging on borders and gaps | bool | false | | extend_border_grab_area | extends the area around the border where you can click and drag on, only used when `general:resize_on_border` is on. | int | 15 | | hover_icon_on_border | show a cursor icon when hovering over borders, only used when `general:resize_on_border` is on. | bool | true | -| allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../Tearing). | bool | false | +| allow_tearing | master switch for allowing tearing to occur. See [the Tearing page](../tearing). | bool | false | | resize_corner | force floating windows to use a specific corner when being resized (1-4 going clockwise from top left, 0 to disable) | int | 0 | {{< callout type=warning >}} diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 3ab9d6f..8738318 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -126,7 +126,7 @@ Use a wayland-compatible locking utility using WLR protocols, e.g. `swaylock`. ### How do I change me mouse cursor? -See [hyprcursor](../Hypr-Ecosystem/hyprcursor) +See [hyprcursor](../hypr-ecosystem/hyprcursor) ||||||| parent of 0fcc6e5 (treewide: replace hint with callout) 1. Set the GTK cursor using [nwg-look](https://github.com/nwg-piotr/nwg-look). 2. Add `exec-once=hyprctl setcursor [THEME] [SIZE]` to your config and restart Hyprland.