base desktop
This commit is contained in:
parent
2d771638b4
commit
4cf6e46a7b
13 changed files with 345 additions and 3 deletions
9
desktop/sway/config.d/50-systemd-user.conf
Executable file
9
desktop/sway/config.d/50-systemd-user.conf
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
# import variables into system-user enviroment
|
||||
# based on the instructions in the sway wiki
|
||||
# see also https://github.com/swaywm/sway/issues/5732
|
||||
# and https://github.com/systemd/systemd/blob/dfc637d0ff756889e8e5b7cb4ec991eb06069aa1/xorg/50-systemd-user.sh
|
||||
|
||||
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP
|
||||
|
||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway
|
||||
Loading…
Add table
Add a link
Reference in a new issue