river: Correr activación de dbus al final como sugerido por xdp-wlr
This commit is contained in:
parent
33797bc5dd
commit
1857a39cd8
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
|
|
||||||
riverctl spawn "pgrep -x pipewire >/dev/null || pipewire"
|
riverctl spawn "pgrep -x pipewire >/dev/null || pipewire"
|
||||||
riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
|
||||||
|
|
||||||
|
@ -28,3 +27,5 @@ riverctl float-filter-add app-id fzf
|
||||||
riverctl spawn "pgrep -x stacktile >/dev/null || stacktile --per-tag-config --drop-empty-configs --primary-sublayout=stack"
|
riverctl spawn "pgrep -x stacktile >/dev/null || stacktile --per-tag-config --drop-empty-configs --primary-sublayout=stack"
|
||||||
riverctl spawn "killall zeit-bg-daemon ; zeit-bg-daemon"
|
riverctl spawn "killall zeit-bg-daemon ; zeit-bg-daemon"
|
||||||
riverctl default-layout stacktile
|
riverctl default-layout stacktile
|
||||||
|
|
||||||
|
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
|
||||||
|
|
Loading…
Reference in a new issue