Ajout : création du dossier $XDG_RUNTIME_DIR/ssh au démarrage de mes

compositeurs Wayland

Utile pour ma configuration SSH
This commit is contained in:
Hippolyte Chauvin 2023-10-21 23:27:10 +02:00
parent df25a6f508
commit a03ac5499a
2 changed files with 4 additions and 1 deletions

View file

@ -1,7 +1,10 @@
#!/bin/sh
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
/usr/lib/xdg-desktop-portal-wlr &
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
sleep 1
artix-pipewire-launcher &
waybar
wait

View file

@ -8,4 +8,4 @@ exec-once = swayosd-server
exec-once = $terminal & $terminal -e sudo -i
exec-once = webcord
exec-once = joplin-desktop
exec-once = mkdir -p ${XDG_RUNTIME_DIR}/ssh