mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-21 21:05:58 +01:00
Apply suggestions from code review
This commit is contained in:
parent
9fc74a708e
commit
88506d4284
2 changed files with 4 additions and 15 deletions
|
@ -10,7 +10,7 @@ Dynamic tiling Wayland compositor
|
|||
:Copyright: Copyright (c) 2022, vaxerski
|
||||
:Version: 0.7.1beta
|
||||
:Manual section: 1
|
||||
:Manual group: HYPRLAND
|
||||
:Manual group: Hyprland
|
||||
|
||||
SYNOPSIS
|
||||
========
|
||||
|
@ -23,6 +23,9 @@ DESCRIPTION
|
|||
``Hyprland`` is a dynamic tiling Wayland compositor based on
|
||||
wlroots that doesn't sacrifice on its looks.
|
||||
|
||||
You can launch Hyprland by either going into a TTY and
|
||||
executing ``Hyprland``, or with a login manager.
|
||||
|
||||
NOTICE
|
||||
======
|
||||
|
||||
|
@ -35,19 +38,6 @@ CONFIGURATION
|
|||
|
||||
For configuration information please see <`https://github.com/hyprwm/Hyprland/wiki`>.
|
||||
|
||||
LAUNCHING
|
||||
=========
|
||||
|
||||
You can launch Hyprland by either going into a TTY and executing ``Hyprland``, or with a login manager.
|
||||
|
||||
`IMPORTANT`: Do `not` launch ``Hyprland`` with `root` permissions (don't `sudo`)
|
||||
|
||||
Login managers are not officially supported, but here's a short compatibility list:
|
||||
|
||||
* SDDM -> Works flawlessly.
|
||||
* GDM -> Works with the caveat of crashing `Hyprland` on the first launch.
|
||||
* ly -> Works with minor issues and/or caveats.
|
||||
|
||||
OPTIONS
|
||||
=======
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ DESCRIPTION
|
|||
===========
|
||||
|
||||
``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.
|
||||
|
||||
COMMANDS
|
||||
========
|
||||
|
|
Loading…
Reference in a new issue