1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-03-06 15:03:41 +00:00
dotfiles/bin/i3-one-instance

6 lines
155 B
Plaintext
Raw Normal View History

2013-06-17 10:27:17 +02:00
#!/bin/sh
2013-06-20 17:10:06 +02:00
python2 $HOME/.bin/i3-wm-scripts/nextmatch.py $*
2013-06-17 10:27:17 +02:00
if [ $? -gt 0 ]; then
2013-06-20 17:10:06 +02:00
$* & sleep 0.1 && python2 $HOME/.bin/i3-wm-scripts/nextmatch.py $*
2013-06-17 10:27:17 +02:00
fi