diff options
| author | tslil <tslil@posteo.de> | 2026-04-08 09:07:23 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-08 09:07:31 +0100 |
| commit | 0f3249a29430da447768871a49b4555e251a50d1 (patch) | |
| tree | 3bf23292cddee2d6840bff4fe9a1aa980513d87d /river | |
| parent | 1ce15999bf3f1253885a3cb189782d1bdf0b4057 (diff) | |
[river] turns out that i do need to manually set XDG_CURRENT_DESKTOP?
Diffstat (limited to 'river')
| -rwxr-xr-x | river/init | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export VDPAU_DRIVER=radeonsi export LIBVA_DRIVER_NAME=radeonsi +export XDG_CURRENT_DESKTOP=river + 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 |
