mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
fix some links
This commit is contained in:
parent
3320a5378e
commit
333f25859f
3 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@ while the `fr` layout is active.
|
||||||
{{< /callout >}}
|
{{< /callout >}}
|
||||||
|
|
||||||
You can also bind a key to execute `hyprctl switchxkblayout` for more keybind
|
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
|
To find the valid layouts and `kb_options`, you can check out the
|
||||||
`/usr/share/X11/xkb/rules/base.lst`. For example:
|
`/usr/share/X11/xkb/rules/base.lst`. For example:
|
||||||
|
|
|
@ -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 |
|
| 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 |
|
| 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 |
|
| 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 |
|
| 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 >}}
|
{{< callout type=warning >}}
|
||||||
|
|
|
@ -126,7 +126,7 @@ Use a wayland-compatible locking utility using WLR protocols, e.g. `swaylock`.
|
||||||
|
|
||||||
### How do I change me mouse cursor?
|
### 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)
|
||||||| parent of 0fcc6e5 (treewide: replace hint with callout)
|
||||||
1. Set the GTK cursor using [nwg-look](https://github.com/nwg-piotr/nwg-look).
|
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.
|
2. Add `exec-once=hyprctl setcursor [THEME] [SIZE]` to your config and restart Hyprland.
|
||||||
|
|
Loading…
Reference in a new issue