dotfiles/bin/hyprxdg

17 lines
328 B
Text
Raw Normal View History

2023-04-13 00:04:20 +02:00
#!/bin/sh
# Directory for SSH control sockets
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
# Update DBus environment variables
2023-04-13 00:04:20 +02:00
dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# Start the XDG desktop portal
/usr/lib/xdg-desktop-portal-hyprland &
# Start PipeWire
2023-04-13 00:04:20 +02:00
sleep 1
artix-pipewire-launcher restart &
2023-04-13 00:04:20 +02:00
wait