readjust markdown syntax for hugo

This commit is contained in:
NotAShelf 2022-10-20 19:22:43 +03:00
parent 4f918d1ee1
commit 2b998aaac7
No known key found for this signature in database
GPG Key ID: 5B5C8895F28445F1
27 changed files with 5 additions and 60 deletions

View File

@ -1,5 +1,3 @@
# Animations
## Table of contents
{{< toc >}}

View File

@ -1,4 +1,3 @@
## Table of Contents
{{< toc >}}

View File

@ -1,5 +1,3 @@
# Configuring Hyprland
The config is located in `~/.config/hypr/hyprland.conf`.
I recommend you copy the `examples/hyprland.conf`, but you can also edit the

View File

@ -1,5 +1,3 @@
# Dispatchers
## Table of contents
{{< toc >}}

View File

@ -1,5 +1,3 @@
# Dwindle Layout
Dwindle is a BSPWM-like layout, where every window on a workspace is a member
of a binary tree.

View File

@ -1,6 +1,4 @@
# Environment Variables
We have [previously mentioned] using a wrapper to launch Hyprland. Whether you
We have [previously mentioned](../Getting-Started/Quick-start/#wrapping-the-launcher-recommended) using a wrapper to launch Hyprland. Whether you
start Hyprland through TTY or a Display Manager, it is recommended to use a wrapper.
As such, you can pass certain environmental variables to improve Wayland compatibility, or
simply change certain aspects of your desktop.

View File

@ -1,5 +1,3 @@
# Expanding Functionality
Hyprland exposes two powerful sockets for you to use.
The first, socket1, can be fully controlled with `hyprctl`, see its usage

View File

@ -1,5 +1,3 @@
# Keywords
This page documents all of the more advanced config options.
{{< hint type=important >}}

View File

@ -1,5 +1,3 @@
# Master Layout
The master layout makes one window be the "master", taking the left part of the
screen, and tiles the rest on the right.

View File

@ -1,5 +1,3 @@
# Monitors
## Table of contents
{{< toc format=html >}}

View File

@ -1,5 +1,3 @@
# Uncommon Tips & Tricks
## Switchable keyboard layouts
The easiest way to accomplish this is to set this using XKB settings, for example:

View File

@ -1,5 +1,3 @@
# Hyprctl
`hyprctl` is a utility for controlling some parts of the compositor from a CLI
or a script. If you install with `make install`, or any package, it should
automatically be installed.

View File

@ -1,5 +1,3 @@
# Variables
For basic syntax info, see [Configuring Hyprland](../Configuring-Hyprland).
This page documents all the "options" of Hyprland. For binds, monitors, animations,

View File

@ -1,6 +1,4 @@
# Window Rules
## Table of contents
# Table of contents
{{< toc >}}

View File

@ -1,6 +1,4 @@
# XWayland
XWayland is the bridging mechanism between legacy Xorg programs and Wayland
Wayland is the bridging mechanism between legacy Xorg programs and Wayland
compositors.
## HiDPI XWayland

View File

@ -1,6 +1,4 @@
# Pull Request Guidelines
## PR Requirements
# PR Requirements
- Clean, not hacky code
- Described changes and _why_ they were there

View File

@ -1,5 +1,3 @@
# Crashes & Bugs
## Getting the log
If you are in a TTY, and the hyprland session that crashed was the last one you

View File

@ -1,6 +1,4 @@
# Frequently Asked Questions
{{< toc format=html >}}
{< toc format=html >}}
## Nothing renders / screen is empty / crash on opening first app

View File

@ -1,5 +1,3 @@
# Quickstart
After you have installed Hyprland, you can either launch it from a TTY with
`Hyprland` or from a login manager. Although login managers aren't officially
supported, I recommend `SDDM`, as it's been working flawlessly with wayland

View File

@ -1,5 +1,3 @@
# IPC
Hyprland exposes 2 UNIX Sockets, for controlling / getting info about Hyprland
via code / bash utilities.

View File

@ -1,5 +1,3 @@
# Hyprland on NVIDIA GPUs
## Foreword
There is no _official_ support for Nvidia. Unfortunately, their drivers are so

View File

@ -1,5 +1,3 @@
# Alternative App Clients
Some clients are known for being a massive pain under Wayland. Here are great
replacements for them:

View File

@ -1,5 +1,3 @@
# App Launchers
## Wofi
Wofi is a GTK-based customizable launcher for wayland.

View File

@ -1,5 +1,3 @@
# Color Pickers
Color pickers are useful for quickly grabbing a color of _something_ on your screen.
We recommend our own solution, which, so far, seems to be the only one that doesn't suck.

View File

@ -1,5 +1,3 @@
# Screensharing on Hyprland
Screensharing is done through PipeWire on Wayland.
## Prerequsities

View File

@ -1,7 +1,3 @@
# Status Bars
Launch your bar with `exec-once=`.
## Waybar
Waybar is a GTK status bar made specifically for wlroots compositors.

View File

@ -1,5 +1,3 @@
# Useful Utilities
This category is dedicated to short tutorials on how to get useful utilities for
Hyprland working.