mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
Use ssh hostname in window title, instead just ssh
`-T` seems universal way to setup title which works on both xterm and urxvt
This commit is contained in:
parent
7f0bc885b0
commit
0b30ae0fd8
|
|
@ -30,4 +30,6 @@
|
|||
:test #'equal))
|
||||
"Open ssh connection to: ")))
|
||||
(when entry
|
||||
(stumpwm:run-shell-command (format nil "~A -e ssh ~A" *swm-ssh-default-term* (car entry))))))
|
||||
(let ((host (car entry)))
|
||||
(stumpwm:run-shell-command
|
||||
(format nil "~A -T ~A -e ssh ~A" *swm-ssh-default-term* host host))))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue