From 80adf828d041fd30c2bfb584b2a1b12c53ad1a5a Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 2 Dec 2022 00:29:52 +0100 Subject: bash --- bash/99-wm.profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bash/99-wm.profile (limited to 'bash/99-wm.profile') diff --git a/bash/99-wm.profile b/bash/99-wm.profile new file mode 100644 index 0000000..72ecc02 --- /dev/null +++ b/bash/99-wm.profile @@ -0,0 +1,5 @@ +# vi: ft=sh + +if [ "$WM_AUTO_START" = "yes" ] && [ -z $DISPLAY ] && [ "$(tty)" = "$WM_TTY" ]; then + exec "$WM_WM" +fi -- cgit v1.2.3