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

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