mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55: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
|
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,
|
This page documents all the "options" of Hyprland. For binds, monitors, execs,
|
||||||
curves, etc. see
|
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
|
Please keep in mind some options that are layout-specific will be documented in
|
||||||
the layout pages and not here. (See the Sidebar)
|
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
|
`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
|
`vec2` - vector with 2 values (float), separated by a space (e.g. `0 0` or
|
||||||
`-10.9 99.1`)
|
`-10.9 99.1`)
|
||||||
|
|
||||||
`MOD` - a string modmask (e.g. SUPER or SUPERSHIFT or
|
`MOD` - a string modmask (e.g. `SUPER` or `SUPERSHIFT` or
|
||||||
SUPERSHIFTALTCTLRCAPSMOD2MOD3MOD5 or empty for none)
|
`SUPERSHIFTALTCTLRCAPSMOD2MOD3MOD5` or empty for none)
|
||||||
|
|
||||||
Mod list:
|
Mod list:
|
||||||
|
|
||||||
```
|
```plain
|
||||||
SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5
|
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.
|
*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
|
## Gestures
|
||||||
|
|
||||||
|
|
|
@ -11,16 +11,16 @@ section `general`.
|
||||||
|
|
||||||
There is no "reload" keybind. The config is reloaded the moment you save it.
|
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
|
Refer to the example config in
|
||||||
example.
|
[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
|
# Line style
|
||||||
|
|
||||||
every config line is a command followed by a value.
|
every config line is a command followed by a value.
|
||||||
|
|
||||||
```
|
```plain
|
||||||
COMMAND=VALUE
|
COMMAND=VALUE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ You are **allowed to** input trailing spaces at the beginning and end.
|
||||||
|
|
||||||
e.g.:
|
e.g.:
|
||||||
|
|
||||||
```
|
```plain
|
||||||
COMMAND = VALUE
|
COMMAND = VALUE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ is valid.
|
||||||
# Basic configuring
|
# Basic configuring
|
||||||
|
|
||||||
To configure the "options" of Hyprland, animations, styling, etc. see
|
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
|
# Advanced configuring
|
||||||
|
|
||||||
|
@ -48,4 +48,4 @@ Some keywords (binds, curves, execs, monitors, etc.) arent variables but define
|
||||||
special behaviour.
|
special behaviour.
|
||||||
|
|
||||||
See all of them in
|
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 >}}
|
||||||
|
{{< 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 >}}
|
{{< /tabs >}}
|
||||||
|
|
||||||
## Manual (Releases)
|
## Manual (Releases)
|
||||||
|
|
Loading…
Reference in a new issue