From 0efedc60875e17e6001004cf0ed507fb6fef7162 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sat, 13 Aug 2022 12:48:45 +0300 Subject: [PATCH] Getting Started/Installation: fix tabs style Configuring: fix some links --- pages/Configuring/Basic-Config.md | 15 ++++++++------- pages/Configuring/Configuring-Hyprland.md | 14 +++++++------- pages/Getting Started/Installation.md | 5 ++--- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/pages/Configuring/Basic-Config.md b/pages/Configuring/Basic-Config.md index 2d7fdc8..721b865 100644 --- a/pages/Configuring/Basic-Config.md +++ b/pages/Configuring/Basic-Config.md @@ -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 diff --git a/pages/Configuring/Configuring-Hyprland.md b/pages/Configuring/Configuring-Hyprland.md index b078f30..677dfb7 100644 --- a/pages/Configuring/Configuring-Hyprland.md +++ b/pages/Configuring/Configuring-Hyprland.md @@ -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) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 1dd33e4..adc85c2 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -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" >}}{{< /tab >}} -{{< tab "Nix" >}}Read the -[Nix page](https://github.com/hyprwm/Hyprland/wiki/Nix).{{< /tab >}} {{< tab -"Fedora" >}}{{< /tab >}} {{< /tabs >}} ## Manual (Releases)