mirror of
https://github.com/balkian/dotfiles.git
synced 2025-08-23 16:02:19 +00:00
Several improvements.
* Tmux is not started by default anymore * Added functions for i3 - Awesome!! * zsh to start tmux
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/zsh
|
||||
python2 $HOME/.bin/i3-wm-scripts/nextmatch.py urxvt
|
||||
python2 $HOME/.bin/i3-wm-scripts/nextmatch.py tmux
|
||||
if [ $? -gt 0 ]; then
|
||||
urxvt & sleep 0.1 && python2 $HOME/.bin/i3-wm-scripts/nextmatch.py urxvt
|
||||
urxvt -e tmux attach & sleep 0.1 && python2 $HOME/.bin/i3-wm-scripts/nextmatch.py tmux
|
||||
fi
|
||||
if [ "$#" -gt 0 ]; then
|
||||
eval "tmux neww"
|
||||
|
Reference in New Issue
Block a user