aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/start
blob: 1a33484b3cd1836afd90080d48cfb15280fe5775 (plain)
1
2
3
4
5
6
7
#!/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