Fix links mostly

This commit is contained in:
Mihai Fufezan 2022-09-24 17:37:22 +03:00
parent 2784ddbf8a
commit a23fd88810
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
7 changed files with 16 additions and 16 deletions

View File

@ -23,7 +23,7 @@ bind=,Print,exec,grim
```
{{< /hint >}}
*For a complete mod list, see [The basic configuring page](https://wiki.hyprland.org/Configuring/Basic-Config/#variable-types).*
*For a complete mod list, see [Variables](http://localhost:1313/Configuring/Variables/#variable-types).*
## Uncommon syms / binding with a keycode

View File

@ -13,7 +13,7 @@ Start a section with `name {` and end in `}` ***in separate lines!***
The default config is *very* barebones. Please refer to this wiki page and the pages
linked further down here for full configuration instructions.
**Make sure to read the "Basic configuring" page as well**. It covers all the
**Make sure to read the "Variables" page as well**. It covers all the
toggleable / numerical options.
{{< /hint >}}
@ -41,12 +41,11 @@ is valid.
# Basic configuring
To configure the "options" of Hyprland, animations, styling, etc. see
[Basic Configuring](../Basic-Config).
[Variables](../Variables).
# Advanced configuring
Some keywords (binds, curves, execs, monitors, etc.) arent variables but define
special behaviour.
See all of them in
[Advanced Configuring](../Advanced-config)
See all of them in [Keywords](../Keywords) and the sidebar.

View File

@ -124,7 +124,7 @@ then lines inside `~/.config/hypr/myColors.conf`, then lines below.
Use something like
[libinput-gestures](https://github.com/bulletmark/libinput-gestures), with
`hyprctl` if you want to expand Hyprland's gestures beyond what's offered in
Basic Configuring.
[Variables](../Variables).
# Per-device input configs
@ -160,7 +160,8 @@ device:ROYUAN Akko Multi-modes Keyboard-B {
*remember about the space after the end of the device's name (before the `{`)!*
{{< hint type=tip >}}
With hyprctl, the category's spaces get turned into `-`, and everything is lowercase. So, for `hyprctl` calls, do for example:
With hyprctl, the category's spaces get turned into `-`, and everything is
lowercase. So, for `hyprctl` calls, do for example:
```sh
hyprctl keyword device:royuan-akko-multi-modes-keyboard-b:kb_layout us
```

View File

@ -44,8 +44,8 @@ monitor=,preferred,auto,1
Will make any monitor that was not specified with an explicit rule automatically
placed on the right of the other(s) with its preferred resolution.
Alternatively you can use the `highrr` or `highres` rules in order to get the best possible
resolution or refreshrate mix.
Alternatively you can use the `highrr` or `highres` rules in order to get the
best possible resolution or refreshrate mix.
for a focus on refreshrate use this:
@ -90,8 +90,8 @@ monitor=,preferred,auto,1,mirror,DP-1
```
Please remember that mirroring displays will not "re-render" everything for your
second monitor, so if mirroring a 1080p screen onto a 4K one, the resolution will
still be 1080p on the 4K display. This also means squishing and stretching
second monitor, so if mirroring a 1080p screen onto a 4K one, the resolution
will still be 1080p on the 4K display. This also means squishing and stretching
will occur on non-matching resolutions.
## Rotating and the default workspace

View File

@ -1,7 +1,7 @@
## Switchable keyboard layouts
An example of a switchable keyboard layout between US and RU, where you switch
between them with SUPER+A (SUPER+Ф)
between them with <key>SUPER</key>+<key>A</key> (<key>SUPER</key>+<key>Ф</key>)
```ini
bind=SUPER,A,exec,hyprctl keyword input:kb_layout ru
@ -32,7 +32,7 @@ Generally, for switched layouts, it's recommended to bind by a keycode.
For proper switching, or avoiding problems / bugs, it's recommended to switch per-device configs instead of global ones.
See [per-device input configs](https://wiki.hyprland.org/Configuring/Advanced-config/#per-device-input-configs).
See [per-device input configs](https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs).
{{< /hint >}}

View File

@ -98,7 +98,7 @@ Using `blur_new_optimizations` with an animated wallpaper may actually increase
{{< hint type=info >}}
_More about animations is on the [Advanced Configuring page](../Advanced-config#animations)._
_[More about Animations](../Animations)._
{{< /hint >}}
@ -167,7 +167,7 @@ Doing `input:touchpad {` is **invalid**!
### Per-device input config
Described [here](../Advanced-config#per-device-input-configs).
Described [here](../Keywords#per-device-input-configs).
## Gestures

View File

@ -59,7 +59,7 @@ Keep in mind you do *not* need to define all of them, but you need to define at
| center | if the window is floating, will center it on the monitor |
| pseudo | pseudotiles a window |
| monitor \[id\] | sets the monitor on which a window should open |
| workspace \[w\] | sets the workspace on which a window should open (for workspace syntax, see [binds->workspaces](../Advanced-config#workspaces)). You can also make \[w\] to `unset`, will unset all previous workspace rules applied to this window. You can also add `silent` after the workspace to make the window open silently. |
| workspace \[w\] | sets the workspace on which a window should open (for workspace syntax, see [binds->workspaces](../Keywords#workspaces)). You can also make \[w\] to `unset`, will unset all previous workspace rules applied to this window. You can also add `silent` after the workspace to make the window open silently. |
| opacity \[a\] | additional opacity multiplier. Options for a: `float` -> sets an opacity OR `float float` -> sets activeopacity and inactiveopacity respectively |
| opaque | forces the window to be opaque (can be toggled with the toggleopaque dispatcher) |
| animation \[style\] (\[opt\]) | forces an animation onto a window, with a selected opt. Opt is optional. |