aboutsummaryrefslogtreecommitdiffstats
path: root/startw
diff options
context:
space:
mode:
Diffstat (limited to 'startw')
-rw-r--r--startw10
1 files changed, 10 insertions, 0 deletions
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