From 81d44dc75667ac3e813e01f78c98ecbaa62e19b4 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sun, 21 Jan 2024 23:51:03 +0100 Subject: [PATCH] =?UTF-8?q?hyprxdg=20:=20mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/hyprxdg | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bin/hyprxdg b/bin/hyprxdg index d372b7d..0c085ab 100755 --- a/bin/hyprxdg +++ b/bin/hyprxdg @@ -3,14 +3,11 @@ # Directory for SSH control sockets mkdir -p "${XDG_RUNTIME_DIR}/ssh" & -# Update DBus environment variables -dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP - -# Start the XDG desktop portal -/usr/lib/xdg-desktop-portal-hyprland & - # Start PipeWire sleep 1 artix-pipewire-launcher restart & +# Update DBus environment variables +dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP + wait