summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zlogin6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zlogin b/.zlogin
new file mode 100644
index 0000000..dfaddb9
--- /dev/null
+++ b/.zlogin
@@ -0,0 +1,6 @@
+# If running from tty1 start sway
+if [ "$(tty)" = "/dev/tty1" ]; then
+ export _JAVA_AWT_WM_NONREPARENTING=1
+ export MOZ_ENABLE_WAYLAND=1
+ exec sway
+fi