1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/xdg-session-start
2023-10-24 10:29:24 +02:00

10 lines
207 B
Bash
Executable file

#!/bin/sh
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 restart &
waybar
wait