commit 6571fcaa448e6bbda0046d32313fc037a5a5a83d parent 2c5be2ca6c4f269cff65fc6bd1dae7084c2ad24e Author: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Date: Thu, 16 Jan 2014 12:06:11 +0000 Add prompt + font specification to tossh Diffstat:
M | tossh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tossh b/tossh @@ -10,6 +10,6 @@ spl9 opensource vortex EOF -) | dmenu -l 10 +) | dmenu -p "ssh to:" -l 10 -fn '-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*' ) st -e sh -c "ssh $machine"