aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr/start.sh
diff options
context:
space:
mode:
authorawy <awy@tutamail.com>2024-07-31 19:26:35 +0300
committerawy <awy@tutamail.com>2024-07-31 19:26:35 +0300
commit0518efb332f5c9cf558cdd4619eab329f77b22b1 (patch)
tree1842928b903015da541c84b2e3083b38d7fb5ba1 /.config/hypr/start.sh
clean
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..a8d1a17
--- /dev/null
+++ b/.config/hypr/start.sh
@@ -0,0 +1,6 @@
+#\!/bin/sh
+cd ~
+export XDG_RUNTIME_DIR="/tmp/hyprland"
+mkdir -p $XDG_RUNTIME_DIR
+chmod 0700 $XDG_RUNTIME_DIR
+exec dbus-launch --exit-with-session Hyprland