10 lines
207 B
Bash
Executable file
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
|