Make environment behave more like a real session
This commit is contained in:
parent
15697465c5
commit
a8a61813b8
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
# Shepherd Launcher - Kiosk Mode Sway Configuration
|
# Shepherd Launcher - Kiosk Mode Sway Configuration
|
||||||
# This config makes Sway act as a kiosk environment with a custom launcher
|
# This config makes Sway act as a kiosk environment with a custom launcher
|
||||||
|
|
||||||
|
exec_always dbus-update-activation-environment --systemd \
|
||||||
|
WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE XDG_SESSION_DESKTOP XDG_RUNTIME_DIR
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
set $launcher ./target/debug/shepherd-launcher
|
set $launcher ./target/debug/shepherd-launcher
|
||||||
set $hud ./target/debug/shepherd-hud
|
set $hud ./target/debug/shepherd-hud
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue