Fix the remaining links to UWSM (#863)

* Update hypridle.md

* Update hyprpaper.md

* Update hyprpolkitagent.md

* Update Dispatchers.md

* Update Environment-variables.md

* Update Status-Bars.md
This commit is contained in:
izmyname 2024-11-11 23:31:46 +05:00 committed by GitHub
parent 9cd95877a0
commit 87c7f834fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View file

@ -85,7 +85,7 @@ layout pages (See the sidebar).
{{< callout type=warning >}} {{< callout type=warning >}}
[uwsm](../../Systemd-start) users should avoid using `exit` dispatcher, or terminating Hyprland process directly, as exiting Hyprland this way removes it from under its clients and may cause some systemd services to enter inconsistent states causing problems in the next session. Use `exec, loginctl terminate-user ""` instead. [uwsm](../../Useful-Utilities/Systemd-start) users should avoid using `exit` dispatcher, or terminating Hyprland process directly, as exiting Hyprland this way removes it from under its clients and may cause some systemd services to enter inconsistent states causing problems in the next session. Use `exec, loginctl terminate-user ""` instead.
It's also strongly advised to replace the `exit` dispatcher with `exec, loginctl terminate-user ""` inside `hyprland.conf` keybinds section. It's also strongly advised to replace the `exit` dispatcher with `exec, loginctl terminate-user ""` inside `hyprland.conf` keybinds section.

View file

@ -74,7 +74,7 @@ no reason (no errors), it's likely your XDG env isn't set correctly.
{{< callout type=info >}} {{< callout type=info >}}
[uwsm](../../Systemd-start) users don't need to explicitly set XDG environment variables, as uwsm sets them, automatically. [uwsm](../../Useful-Utilities/Systemd-start) users don't need to explicitly set XDG environment variables, as uwsm sets them, automatically.
{{< /callout >}} {{< /callout >}}

View file

@ -9,7 +9,7 @@ hypridle is Hyprland's idle management daemon.
Configuration is done via the config file at `~/.config/hypr/hypridle.conf`. A Configuration is done via the config file at `~/.config/hypr/hypridle.conf`. A
config file is required; hypridle won't run without one. To run hypridle at config file is required; hypridle won't run without one. To run hypridle at
startup, edit `hyprland.conf` and add: `exec-once = hypridle`. If Hyprland is started with [uwsm](../../Systemd-start), you can use `systemctl --user enable --now hypridle.service`. startup, edit `hyprland.conf` and add: `exec-once = hypridle`. If Hyprland is started with [uwsm](../../Useful-Utilities/Systemd-start), you can use `systemctl --user enable --now hypridle.service`.
### General ### General

View file

@ -124,7 +124,7 @@ preload another and set it to your monitor(s). It has the same syntax as
### Run at startup ### Run at startup
To run hyprpaper at startup edit `hyprland.conf` and add: `exec-once = To run hyprpaper at startup edit `hyprland.conf` and add: `exec-once =
hyprpaper`. If you start Hyprland with [uwsm](../../Systemd-start), you can also use `systemctl --user enable --now hyprpaper.service` command. hyprpaper`. If you start Hyprland with [uwsm](../../Useful-Utilities/Systemd-start), you can also use `systemctl --user enable --now hyprpaper.service` command.
### Misc options ### Misc options

View file

@ -14,7 +14,7 @@ or use a different agent, e.g. [KDE's one](https://github.com/KDE/polkit-kde-age
Add `exec-once = systemctl --user start hyprpolkitagent` to your Hyprland config and restart hyprland. Add `exec-once = systemctl --user start hyprpolkitagent` to your Hyprland config and restart hyprland.
(obviously change that to whatever you are using if you are not using the hypr one) (obviously change that to whatever you are using if you are not using the hypr one)
If Hyprland is started with [uwsm](../../Systemd-start), you can autostart the polkit agent with the command `systemctl --user enable --now hyprpolkitagent.service`. If Hyprland is started with [uwsm](../../Useful-Utilities/Systemd-start), you can autostart the polkit agent with the command `systemctl --user enable --now hyprpolkitagent.service`.
On distributions that use a different init system, such as Gentoo, it may be On distributions that use a different init system, such as Gentoo, it may be
necessary to use necessary to use

View file

@ -27,7 +27,7 @@ Hyprland, add this line to your Hyprland configuration:
exec-once = waybar exec-once = waybar
``` ```
Waybar also provides a systemd service. If you use Hyprland with [uwsm](../../Systemd-start), you can enable it, using the following command. Waybar also provides a systemd service. If you use Hyprland with [uwsm](../../Useful-Utilities/Systemd-start), you can enable it, using the following command.
```ini ```ini
systemctl --user enable --now waybar.service systemctl --user enable --now waybar.service