From f73ff09f89df7f409c0e8dc3396f37dbd89b639a Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 16 Aug 2025 00:36:10 +0300 Subject: gentoo specific --- .config/hypr/start.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/hypr/start.sh (limited to '.config/hypr/start.sh') 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 -- cgit v1.2.3