1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/xdg-session-start

11 lines
199 B
Text
Raw Normal View History

2023-04-13 00:04:20 +02:00
#!/bin/sh
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
2023-04-13 00:04:20 +02:00
/usr/lib/xdg-desktop-portal-wlr &
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
2023-04-13 00:04:20 +02:00
sleep 1
artix-pipewire-launcher &
2023-04-13 00:04:20 +02:00
waybar
wait