aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/start
blob: f52cc13ee02ef0e4f395b97ab31ee41e5e45ba09 (plain)
1
2
3
4
5
6
#!/bin/dash

export XDG_RUNTIME_DIR="/tmp/hyprland"
mkdir -p $XDG_RUNTIME_DIR
chmod 0700 $XDG_RUNTIME_DIR
exec dbus-launch --exit-with-session Hyprland