summaryrefslogtreecommitdiff
path: root/river
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-04-07 19:52:21 +0100
committertslil <tslil@posteo.de>2026-04-07 19:54:13 +0100
commit4dae406c4ca483b6518fc2727f432339703f0f14 (patch)
tree85329af58e783215adb072eb8fbbc1d585bbf78d /river
parentfaf976ddabaf0e12db2cfa05724778abc05e2397 (diff)
[river] don't seem to need the XDG_SESSION_{DESKTOP,TYPE}
Diffstat (limited to 'river')
-rwxr-xr-xriver/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/river/init b/river/init
index c155c51..5fcb165 100755
--- a/river/init
+++ b/river/init
@@ -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