diff options
Diffstat (limited to '')
| -rwxr-xr-x | popup-terminal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/popup-terminal b/popup-terminal index f6a9caa..8863eb3 100755 --- a/popup-terminal +++ b/popup-terminal | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # TODO this replaces $FLOATINGTERMINAL | 3 | # TODO maybe I want to run e.g. tmux in this? |
| 4 | 4 | ||
| 5 | $TERMINAL -T 'stfloat' -g 85x25+550+300 $@ | 5 | st -T "stfloat" -g 85x25+550+300 $@ |
