From 1857a39cd8061c81894b190063e10fac7e60c8a6 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 22 Sep 2022 10:48:11 -0300 Subject: [PATCH] =?UTF-8?q?river:=20Correr=20activaci=C3=B3n=20de=20dbus?= =?UTF-8?q?=20al=20final=20como=20sugerido=20por=20xdp-wlr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/river/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/river/init b/.config/river/init index a60a0a6..f05cf18 100755 --- a/.config/river/init +++ b/.config/river/init @@ -1,6 +1,5 @@ #!/bin/sh -dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river riverctl spawn "pgrep -x pipewire >/dev/null || pipewire" 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 "killall zeit-bg-daemon ; zeit-bg-daemon" riverctl default-layout stacktile + +dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river