diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-12-02 00:29:52 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-12-02 00:29:52 +0100 |
commit | 80adf828d041fd30c2bfb584b2a1b12c53ad1a5a (patch) | |
tree | a9575dde9bfd14e0a0460681b5ce9f4290b13378 /bash/99-wm.profile | |
parent | 57e29729801bf452f9b8b4de5966a39f59ad3f9f (diff) | |
download | dotfiles-80adf828d041fd30c2bfb584b2a1b12c53ad1a5a.tar.gz |
bash
Diffstat (limited to 'bash/99-wm.profile')
-rw-r--r-- | bash/99-wm.profile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |