dotfiles/bin/hyprxdg

14 lines
262 B
Text
Raw Normal View History

2024-04-18 21:08:31 +02:00
#!/usr/bin/env sh
set -x
# Directory for SSH control sockets
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
# Start PipeWire
2024-04-18 21:08:31 +02:00
artix-pipewire-launcher restart
2023-04-13 00:04:20 +02:00
2024-01-21 23:51:03 +01:00
# Update DBus environment variables
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
wait