mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
Merge pull request #299 from catap/ssh-title
Use ssh hostname in window title, instead just ssh
This commit is contained in:
commit
907713621d
|
|
@ -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