From a03ac5499a31b419c15112eb47725919cd40db08 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sat, 21 Oct 2023 23:27:10 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20:=20cr=C3=A9ation=20du=20dossier=20$XDG?= =?UTF-8?q?=5FRUNTIME=5FDIR/ssh=20au=20d=C3=A9marrage=20de=20mes=20composi?= =?UTF-8?q?teurs=20Wayland?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Utile pour ma configuration SSH --- bin/xdg-session-start | 3 +++ config/hypr/hyprland.conf.d/startup.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/xdg-session-start b/bin/xdg-session-start index 158e46e..8907841 100755 --- a/bin/xdg-session-start +++ b/bin/xdg-session-start @@ -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 diff --git a/config/hypr/hyprland.conf.d/startup.conf b/config/hypr/hyprland.conf.d/startup.conf index 524d83f..d8df08c 100644 --- a/config/hypr/hyprland.conf.d/startup.conf +++ b/config/hypr/hyprland.conf.d/startup.conf @@ -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