aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/start.sh
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-16 00:36:10 +0300
committerawy <awy@awy.one>2025-08-16 00:36:10 +0300
commitf73ff09f89df7f409c0e8dc3396f37dbd89b639a (patch)
tree2e80f59cc956a1a1477f1104ce381f886d76ebe2 /.config/hypr/start.sh
parent74a104f33b90f89869e95d4decba60f930665dcb (diff)
downloadhyprdots-f73ff09f89df7f409c0e8dc3396f37dbd89b639a.tar.gz
gentoo specific
Diffstat (limited to '.config/hypr/start.sh')
-rwxr-xr-x.config/hypr/start.sh6
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