dotfiles/i3/.config/i3/scripts/urxvtc.sh

7 lines
81 B
Bash
Raw Normal View History

2018-10-02 21:41:43 +01:00
#!/bin/sh
urxvtc "$@"
if [ $? -eq 2 ]; then
urxvtd -q -o -f
urxvtc "$@"
fi