diff options
Diffstat (limited to '.config/hypr/start.sh')
-rwxr-xr-x | .config/hypr/start.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/hypr/start.sh b/.config/hypr/start.sh new file mode 100755 index 0000000..815964b --- /dev/null +++ b/.config/hypr/start.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +export XDG_RUNTIME_DIR="/tmp/hyprland" +mkdir -p $XDG_RUNTIME_DIR +chmod 0700 $XDG_RUNTIME_DIR +exec dbus-run-session Hyprland |