From 80f96813989c2fc20c46d20e2486a7e51b84697f Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 30 Jun 2025 19:11:51 +0200 Subject: ssh askpass: show prompt as window title not the nicest since it says below to input a password, but that text didn't seem configurable --- dot-local-bin/zenity-askpass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot-local-bin') diff --git a/dot-local-bin/zenity-askpass b/dot-local-bin/zenity-askpass index 24a17bf..db26176 100755 --- a/dot-local-bin/zenity-askpass +++ b/dot-local-bin/zenity-askpass @@ -1,3 +1,3 @@ #!/bin/sh -zenity --password 2>/dev/null +zenity --password --title "$@" 2>/dev/null -- cgit v1.2.3