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

11 lines
207 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
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
/usr/lib/xdg-desktop-portal-wlr &
2023-04-13 00:04:20 +02:00
sleep 1
artix-pipewire-launcher restart &
2023-04-13 00:04:20 +02:00
waybar
wait