Ajout : hyprxdg, script pour lancer les processus de conformité à XDG pour Hyprland

This commit is contained in:
Ahurac 2024-01-05 14:49:38 +01:00
parent 97aff09491
commit e22d96d442

View file

@ -1,10 +1,16 @@
#!/bin/sh
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
/usr/lib/xdg-desktop-portal-wlr &
# 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 &
waybar
wait