aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/start.sh
blob: 75123a39c25d4fef1ae3d587c682b98bf007d5a2 (plain)
1
2
3
4
5
cd ~
export XDG_RUNTIME_DIR="/tmp/hyprland"
mkdir -p $XDG_RUNTIME_DIR
chmod 0700 $XDG_RUNTIME_DIR
exec dbus-launch --exit-with-session Hyprland