mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Getting Started/Installation: fix tabs style
Configuring: fix some links
This commit is contained in:
parent
231ec8d32e
commit
0efedc6087
3 changed files with 17 additions and 17 deletions
|
@ -1,9 +1,9 @@
|
|||
For basic syntax info, see
|
||||
[Master Configuring](https://github.com/hyprwm/Hyprland/wiki/Configuring-Hyprland).
|
||||
[Master Configuring](../Configuring-Hyprland).
|
||||
|
||||
This page documents all the "options" of Hyprland. For binds, monitors, execs,
|
||||
curves, etc. see
|
||||
[Advanced Configuring](https://github.com/hyprwm/Hyprland/wiki/Advanced-config).
|
||||
[Advanced Configuring](../Advanced-config).
|
||||
|
||||
Please keep in mind some options that are layout-specific will be documented in
|
||||
the layout pages and not here. (See the Sidebar)
|
||||
|
@ -19,17 +19,18 @@ value that is not `0` or `1` will cause undefined behaviour.
|
|||
|
||||
`float` - floating point number
|
||||
|
||||
`col` - color (e.g. 0x22334455 - alpha 0x22, red 0x33, green 0x44, blue 0x55)
|
||||
`col` - color (e.g. `0x22334455` - alpha `0x22`, red `0x33`, green `0x44`, blue
|
||||
`0x55`)
|
||||
|
||||
`vec2` - vector with 2 values (float), separated by a space (e.g. `0 0` or
|
||||
`-10.9 99.1`)
|
||||
|
||||
`MOD` - a string modmask (e.g. SUPER or SUPERSHIFT or
|
||||
SUPERSHIFTALTCTLRCAPSMOD2MOD3MOD5 or empty for none)
|
||||
`MOD` - a string modmask (e.g. `SUPER` or `SUPERSHIFT` or
|
||||
`SUPERSHIFTALTCTLRCAPSMOD2MOD3MOD5` or empty for none)
|
||||
|
||||
Mod list:
|
||||
|
||||
```
|
||||
```plain
|
||||
SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5
|
||||
```
|
||||
|
||||
|
@ -173,7 +174,7 @@ _Subcategory input:touchpad:_
|
|||
|
||||
*Note:* Touchpad config changes may require a Hyprland restart.
|
||||
|
||||
### Per-device input config is described [here](https://github.com/hyprwm/Hyprland/wiki/Advanced-config#per-device-input-configs)
|
||||
### Per-device input config is described [here](../Advanced-config#per-device-input-configs)
|
||||
|
||||
## Gestures
|
||||
|
||||
|
|
|
@ -11,16 +11,16 @@ section `general`.
|
|||
|
||||
There is no "reload" keybind. The config is reloaded the moment you save it.
|
||||
|
||||
Refer to the example config in `/examples/hyprland.conf` to see, well... an
|
||||
example.
|
||||
Refer to the example config in
|
||||
[example/hyprland.conf](https://github.com/hyprwm/Hyprland/blob/main/example/hyprland.conf).
|
||||
|
||||
Start a section with `name {` and end in `}` ***in separate lines!***
|
||||
Start a section with `name {` and end in `}` ***on separate lines!***
|
||||
|
||||
# Line style
|
||||
|
||||
every config line is a command followed by a value.
|
||||
|
||||
```
|
||||
```plain
|
||||
COMMAND=VALUE
|
||||
```
|
||||
|
||||
|
@ -31,7 +31,7 @@ You are **allowed to** input trailing spaces at the beginning and end.
|
|||
|
||||
e.g.:
|
||||
|
||||
```
|
||||
```plain
|
||||
COMMAND = VALUE
|
||||
```
|
||||
|
||||
|
@ -40,7 +40,7 @@ is valid.
|
|||
# Basic configuring
|
||||
|
||||
To configure the "options" of Hyprland, animations, styling, etc. see
|
||||
[Basic Configuring](https://github.com/hyprwm/Hyprland/wiki/Basic-Config).
|
||||
[Basic Configuring](../Basic-Config).
|
||||
|
||||
# Advanced configuring
|
||||
|
||||
|
@ -48,4 +48,4 @@ Some keywords (binds, curves, execs, monitors, etc.) arent variables but define
|
|||
special behaviour.
|
||||
|
||||
See all of them in
|
||||
[Advanced Configuring](https://github.com/hyprwm/Hyprland/wiki/Advanced-config)
|
||||
[Advanced Configuring](../Advanced-config)
|
||||
|
|
|
@ -41,10 +41,9 @@ hyprland-bin - compiled latest release
|
|||
```
|
||||
|
||||
{{< /tab >}}
|
||||
{{< tab "Nix" >}}Read the [Nix page](https://github.com/hyprwm/Hyprland/wiki/Nix).{{< /tab >}}
|
||||
{{< tab "Fedora" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}}
|
||||
|
||||
{{< tab "Nix" >}}Read the
|
||||
[Nix page](https://github.com/hyprwm/Hyprland/wiki/Nix).{{< /tab >}} {{< tab
|
||||
"Fedora" >}}<https://github.com/hyprwm/Hyprland/discussions/284>{{< /tab >}}
|
||||
{{< /tabs >}}
|
||||
|
||||
## Manual (Releases)
|
||||
|
|
Loading…
Reference in a new issue