Compare commits

...

2 commits

Author SHA1 Message Date
Hippolyte Chauvin
5ccd172621 Configuration de Hyprland : utilisation de xdg-session-start
Permet de profiter des sleep du script pour lancer un environnement XDG
propre
2023-10-21 23:32:36 +02:00
Hippolyte Chauvin
a03ac5499a Ajout : création du dossier $XDG_RUNTIME_DIR/ssh au démarrage de mes
compositeurs Wayland

Utile pour ma configuration SSH
2023-10-21 23:27:10 +02:00
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,11 +1,8 @@
# Startup
exec-once = swaync
exec-once = waybar
exec-once = hyprpaper
exec-once = artix-pipewire-launcher
exec-once = /usr/lib/xdg-desktop-portal-hyprland
exec-once = swayosd-server
exec-once = $terminal & $terminal -e sudo -i
exec-once = webcord
exec-once = joplin-desktop
exec-once = xdg-session-start