diff options
author | Vitor Gonçalves <vitorg@tilde.team> | 2023-06-08 18:57:28 -0300 |
---|---|---|
committer | Vitor Gonçalves <vitorg@tilde.team> | 2023-06-08 18:57:28 -0300 |
commit | c0f2fe638252967554a27616a3060ea9be9b7458 (patch) | |
tree | 37eada2cd92d6167a48ead8714f48d9cc39cbaa8 /dot_config/bash | |
parent | bb8763b9a815a7e9248828b243012ba5e8403c04 (diff) | |
download | dots-c0f2fe638252967554a27616a3060ea9be9b7458.tar.gz |
feat: added autostarting mtm via bashrc
Diffstat (limited to 'dot_config/bash')
-rw-r--r-- | dot_config/bash/rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/bash/rc b/dot_config/bash/rc index 40a6b72..a94b347 100644 --- a/dot_config/bash/rc +++ b/dot_config/bash/rc @@ -10,3 +10,5 @@ export EDITOR="nvim" VISUAL="nvim" source "$HOME/.config/bash/aliases" source "$HOME/.config/bash/prompt" + +[[ ! -z $(pidof Xorg) ]] && [[ -z "$MTM" ]] && mtm |