From 3a0868feb48fbe004942ed84bf7bea000428de82 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Mon, 15 Jul 2024 01:20:39 +0200 Subject: implement turnstile-style services --- .local/bin/wayland-start | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .local/bin/wayland-start (limited to '.local/bin') diff --git a/.local/bin/wayland-start b/.local/bin/wayland-start new file mode 100755 index 0000000..a2be14b --- /dev/null +++ b/.local/bin/wayland-start @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +export SDL_VIDEODRIVER=wayland +export _JAVA_AWT_WM_NONREPARENTING=1 +export QT_QPA_PLATFORM=wayland +export XDG_CURRENT_DESKTOP=sway +export XDG_SESSION_DESKTOP=sway + +exec sway -- cgit v1.2.3