mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
all: recommend launching via start-hyprland
This commit is contained in:
parent
8076cff359
commit
5825db1d84
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ Please bear in mind 3D acceleration in VMs may be pretty slow.
|
||||||
|
|
||||||
## Launching Hyprland
|
## Launching Hyprland
|
||||||
|
|
||||||
Hyprland can be executed by typing `Hyprland` in your tty.
|
Hyprland can be executed by typing `start-hyprland` in your tty.
|
||||||
|
|
||||||
If you are adventurous and on systemd, you can also try uwsm. Please note uwsm has some issues and for the majority of users, it's recommended to use Hyprland without it.
|
If you are adventurous and on systemd, you can also try uwsm. Please note uwsm has some issues and for the majority of users, it's recommended to use Hyprland without it.
|
||||||
Uwsm provides additional features such as [xdg-autostart](https://www.freedesktop.org/software/systemd/man/latest/systemd-xdg-autostart-generator.html) support, launching any application as a systemd-unit with `uwsm app` helper, and the ability to enable services for programs that rely on a graphical session and provide such services (e.g waybar). See [uwsm](../../Useful-Utilities/Systemd-start) page for further instructions.
|
Uwsm provides additional features such as [xdg-autostart](https://www.freedesktop.org/software/systemd/man/latest/systemd-xdg-autostart-generator.html) support, launching any application as a systemd-unit with `uwsm app` helper, and the ability to enable services for programs that rely on a graphical session and provide such services (e.g waybar). See [uwsm](../../Useful-Utilities/Systemd-start) page for further instructions.
|
||||||
|
|
@ -48,7 +48,7 @@ Uwsm provides additional features such as [xdg-autostart](https://www.freedeskto
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> Do **not** launch Hyprland with `root` permissions (don't `sudo`)
|
> Do **not** launch Hyprland with `root` permissions (don't `sudo`)
|
||||||
|
|
||||||
You can see some launch flags by doing `Hyprland -h`, these include setting the
|
You can see some launch flags by doing `start-hyprland -- -h`, these include setting the
|
||||||
config path, ignoring a check for the above, etc.
|
config path, ignoring a check for the above, etc.
|
||||||
|
|
||||||
Login managers are not officially supported, but here's a short compatibility
|
Login managers are not officially supported, but here's a short compatibility
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue