From 3642d5bf6180a878f4e277f6cdd80c284bc0f2a0 Mon Sep 17 00:00:00 2001 From: Coat Date: Mon, 19 Oct 2020 16:02:30 -0500 Subject: launch sway automatically --- .zlogin | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .zlogin (limited to '.zlogin') 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 -- cgit v1.2.3