Skip to content

Commit

Permalink
fix: update labels and env path for session systemd files, found by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
Regolith Linux committed Apr 27, 2024
1 parent 9809e32 commit 58bb3ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion usr/lib/systemd/user/regolith-wayland.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Regolith Session on sway
Description=Regolith Session for Sway
# On wayland, force a session shutdown
OnFailure=gnome-session-shutdown.target
OnFailureJobMode=replace-irreversibly
Expand Down
2 changes: 1 addition & 1 deletion usr/lib/systemd/user/regolith-wayland.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Regolith on wayland
Description=Regolith on Wayland
DefaultDependencies=no

Requisite=gnome-session-initialized.target
Expand Down
4 changes: 2 additions & 2 deletions usr/lib/systemd/user/regolith-x11.service
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Regolith Session on i3
Description=Regolith Session for i3
# On X11, try to show the GNOME Session Failed screen
OnFailure=gnome-session-failed.target
OnFailureJobMode=replace
Expand All @@ -26,7 +26,7 @@ NotifyAccess=all
ExecStart=regolith-session-x11

# Setup custom environment for session
EnvironmentFile=-%h/.config/regolith3/sway/env
EnvironmentFile=-%h/.config/regolith3/i3/env

# On X11 we do not need to unset any variables

Expand Down
2 changes: 1 addition & 1 deletion usr/lib/systemd/user/regolith-x11.target
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Unit]
Description=Regolith on wayland
Description=Regolith on X11
DefaultDependencies=no

Requisite=gnome-session-initialized.target
Expand Down

0 comments on commit 58bb3ae

Please sign in to comment.