Skip to content

Commit

Permalink
Fix the remaining links to UWSM (#863)
Browse files Browse the repository at this point in the history
* Update hypridle.md

* Update hyprpaper.md

* Update hyprpolkitagent.md

* Update Dispatchers.md

* Update Environment-variables.md

* Update Status-Bars.md
  • Loading branch information
izmyname authored Nov 11, 2024
1 parent 9cd9587 commit 87c7f83
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pages/Configuring/Dispatchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ layout pages (See the sidebar).

{{< 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.

Expand Down
2 changes: 1 addition & 1 deletion pages/Configuring/Environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ no reason (no errors), it's likely your XDG env isn't set correctly.

{{< 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 >}}

Expand Down
2 changes: 1 addition & 1 deletion pages/Hypr Ecosystem/hypridle.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hypridle is Hyprland's idle management daemon.

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
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

Expand Down
2 changes: 1 addition & 1 deletion pages/Hypr Ecosystem/hyprpaper.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ preload another and set it to your monitor(s). It has the same syntax as
### Run at startup

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

Expand Down
2 changes: 1 addition & 1 deletion pages/Hypr Ecosystem/hyprpolkitagent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
(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
necessary to use
Expand Down
2 changes: 1 addition & 1 deletion pages/Useful Utilities/Status-Bars.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Hyprland, add this line to your Hyprland configuration:
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
systemctl --user enable --now waybar.service
Expand Down

0 comments on commit 87c7f83

Please sign in to comment.