forked from ahurac/dotfiles
Ajout : hyprxdg, script pour lancer les processus de conformité à XDG pour Hyprland
This commit is contained in:
parent
97aff09491
commit
e22d96d442
1 changed files with 10 additions and 4 deletions
|
@ -1,10 +1,16 @@
|
||||||
#!/bin/sh
|
#!/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
|
sleep 1
|
||||||
artix-pipewire-launcher restart &
|
artix-pipewire-launcher restart &
|
||||||
waybar
|
|
||||||
|
|
||||||
wait
|
wait
|
Loading…
Reference in a new issue