Adding launch-st.sh in place of launch-termite.sh

This commit is contained in:
David Thurstenson 2017-02-15 15:30:04 -06:00
parent 7b7b9d14f6
commit 73ab9ac645
2 changed files with 3 additions and 3 deletions

3
.config/i3/launch-st.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
st -e tmux -u2 new -As0

View File

@ -1,3 +0,0 @@
#!/bin/bash
termite --exec="tmux -u2 new -As0"