From 203b2785ddf7bb1f1c7600bb3143304ff6f8eaef Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 26 Feb 2024 15:57:52 +0000 Subject: Sway start wrapper script --- startw | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 startw (limited to 'startw') diff --git a/startw b/startw new file mode 100644 index 0000000..4e3a86a --- /dev/null +++ b/startw @@ -0,0 +1,10 @@ +#!/bin/sh + +# wrapper script to start sway, in the same way that we "startx": +# from https://www.dwarmstrong.org/sway/ + +export QT_QPA_PLATFORM=wayland +# start sway +export XDG_CURRENT_DESKTOP=sway +export XDG_SESSION_DESKTOP=sway +sway -c ~/.config/sway/config -- cgit v1.2.3