dotfiles/bin/hyprxdg
2024-01-21 23:51:03 +01:00

13 lines
260 B
Bash
Executable file

#!/bin/sh -x
# Directory for SSH control sockets
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
# Start PipeWire
sleep 1
artix-pipewire-launcher restart &
# Update DBus environment variables
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
wait