From 8b0af04957cfea45f6d7ccd8eeef3f58b1c15015 Mon Sep 17 00:00:00 2001 From: hdvt Date: Sat, 28 Mar 2026 19:52:49 +0300 Subject: [PATCH] Upload files to "/" --- hypr-start.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hypr-start.sh diff --git a/hypr-start.sh b/hypr-start.sh new file mode 100644 index 0000000..e38d852 --- /dev/null +++ b/hypr-start.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +export LIBSEAT_BACKEND=seatd +export XDG_SESSION_TYPE=wayland +export XDG_SESSION_DESKTOP=Hyprland +export XDG_CURRENT_DESKTOP=Hyprland + +exec dbus-run-session start-hyprland