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 | |
parent | 57e29729801bf452f9b8b4de5966a39f59ad3f9f (diff) | |
download | dotfiles-80adf828d041fd30c2bfb584b2a1b12c53ad1a5a.tar.gz |
bash
Diffstat (limited to 'bash')
-rw-r--r-- | bash/00-color.bash (renamed from bash/color.bash) | 0 | ||||
-rw-r--r-- | bash/10-alias.bash (renamed from bash/alias.bash) | 0 | ||||
-rw-r--r-- | bash/10-board.bash (renamed from bash/board.bash) | 0 | ||||
-rw-r--r-- | bash/10-env.profile (renamed from bash/env.profile) | 0 | ||||
-rw-r--r-- | bash/10-fzf.bash (renamed from bash/fzf.bash) | 0 | ||||
-rw-r--r-- | bash/10-git.bash (renamed from bash/git.bash) | 0 | ||||
-rw-r--r-- | bash/10-prompt.bash (renamed from bash/prompt.bash) | 0 | ||||
-rw-r--r-- | bash/10-spotify.bash (renamed from bash/spotify.bash) | 0 | ||||
-rw-r--r-- | bash/10-spotify.profile (renamed from bash/spotify.profile) | 0 | ||||
-rw-r--r-- | bash/10-ssh-agent.bash (renamed from bash/ssh-agent.bash) | 0 | ||||
-rw-r--r-- | bash/10-ssh-agent.profile (renamed from bash/ssh-agent.profile) | 0 | ||||
-rw-r--r-- | bash/10-vim-plugins.bash (renamed from bash/vim-plugins.bash) | 0 | ||||
-rw-r--r-- | bash/99-wm.profile | 5 |
13 files changed, 5 insertions, 0 deletions
diff --git a/bash/color.bash b/bash/00-color.bash index 0ec938d..0ec938d 100644 --- a/bash/color.bash +++ b/bash/00-color.bash diff --git a/bash/alias.bash b/bash/10-alias.bash index b0bd97d..b0bd97d 100644 --- a/bash/alias.bash +++ b/bash/10-alias.bash diff --git a/bash/board.bash b/bash/10-board.bash index 67c7da7..67c7da7 100644 --- a/bash/board.bash +++ b/bash/10-board.bash diff --git a/bash/env.profile b/bash/10-env.profile index d7e09b9..d7e09b9 100644 --- a/bash/env.profile +++ b/bash/10-env.profile diff --git a/bash/fzf.bash b/bash/10-fzf.bash index 76e3dde..76e3dde 100644 --- a/bash/fzf.bash +++ b/bash/10-fzf.bash diff --git a/bash/git.bash b/bash/10-git.bash index 365eac2..365eac2 100644 --- a/bash/git.bash +++ b/bash/10-git.bash diff --git a/bash/prompt.bash b/bash/10-prompt.bash index ab3b977..ab3b977 100644 --- a/bash/prompt.bash +++ b/bash/10-prompt.bash diff --git a/bash/spotify.bash b/bash/10-spotify.bash index 1593727..1593727 100644 --- a/bash/spotify.bash +++ b/bash/10-spotify.bash diff --git a/bash/spotify.profile b/bash/10-spotify.profile index 33d0938..33d0938 100644 --- a/bash/spotify.profile +++ b/bash/10-spotify.profile diff --git a/bash/ssh-agent.bash b/bash/10-ssh-agent.bash index 401564b..401564b 100644 --- a/bash/ssh-agent.bash +++ b/bash/10-ssh-agent.bash diff --git a/bash/ssh-agent.profile b/bash/10-ssh-agent.profile index 0fc4082..0fc4082 100644 --- a/bash/ssh-agent.profile +++ b/bash/10-ssh-agent.profile diff --git a/bash/vim-plugins.bash b/bash/10-vim-plugins.bash index 53c927d..53c927d 100644 --- a/bash/vim-plugins.bash +++ b/bash/10-vim-plugins.bash 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 |