diff options
-rw-r--r-- | bash/99-wm.profile | 4 | ||||
-rw-r--r-- | doc/sway.md | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/bash/99-wm.profile b/bash/99-wm.profile index 72ecc02..bb5cd2a 100644 --- a/bash/99-wm.profile +++ b/bash/99-wm.profile @@ -1,5 +1,7 @@ # vi: ft=sh if [ "$WM_AUTO_START" = "yes" ] && [ -z $DISPLAY ] && [ "$(tty)" = "$WM_TTY" ]; then - exec "$WM_WM" + systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP + dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + exec "$WM_WM" fi diff --git a/doc/sway.md b/doc/sway.md index b06b6fd..27f6382 100644 --- a/doc/sway.md +++ b/doc/sway.md @@ -6,6 +6,12 @@ Packages: For screencast: `xdg-desktop-portal-wlr` +and +```sh +systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway +``` + Notification: `swaync` (AUR0 ## Pipewire |