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:
parent
df25a6f508
commit
a03ac5499a
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
|
||||||
/usr/lib/xdg-desktop-portal-wlr &
|
/usr/lib/xdg-desktop-portal-wlr &
|
||||||
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
artix-pipewire-launcher &
|
artix-pipewire-launcher &
|
||||||
waybar
|
waybar
|
||||||
|
|
||||||
|
wait
|
||||||
|
|
|
@ -8,4 +8,4 @@ exec-once = swayosd-server
|
||||||
exec-once = $terminal & $terminal -e sudo -i
|
exec-once = $terminal & $terminal -e sudo -i
|
||||||
exec-once = webcord
|
exec-once = webcord
|
||||||
exec-once = joplin-desktop
|
exec-once = joplin-desktop
|
||||||
|
exec-once = mkdir -p ${XDG_RUNTIME_DIR}/ssh
|
||||||
|
|
Loading…
Reference in a new issue