diff options
| author | tslil <tslil@posteo.de> | 2026-04-07 19:52:21 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-07 19:54:13 +0100 |
| commit | 4dae406c4ca483b6518fc2727f432339703f0f14 (patch) | |
| tree | 85329af58e783215adb072eb8fbbc1d585bbf78d | |
| parent | faf976ddabaf0e12db2cfa05724778abc05e2397 (diff) | |
[river] don't seem to need the XDG_SESSION_{DESKTOP,TYPE}
| -rwxr-xr-x | river/init | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export VDPAU_DRIVER=radeonsi export LIBVA_DRIVER_NAME=radeonsi -systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE +systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP hash dbus-update-activation-environment 2>/dev/null && \ - dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_DESKTOP XDG_SESSION_TYPE + dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP for prog in channel kanshi gammastep waybar hand awww-daemon; do killall -9 $prog |
