mirror of
https://github.com/swaywm/sway.git
synced 2026-04-20 06:47:03 -04:00
chore: add debian package info
This commit is contained in:
parent
1a3cfc50c1
commit
1339e0bbbc
11 changed files with 1108 additions and 0 deletions
9
debian/config.d/50-systemd-user.conf
vendored
Normal file
9
debian/config.d/50-systemd-user.conf
vendored
Normal 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
|
||||
|
||||
exec hash dbus-update-activation-environment 2>/dev/null && \
|
||||
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||
Loading…
Add table
Add a link
Reference in a new issue