From 2b3f191572d429474f484624e3c6b83fdd7dd74b Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Tue, 6 Jan 2026 00:57:02 +0100 Subject: Initial commit --- dot-local-bin/zenity-askpass | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dot-local-bin/zenity-askpass (limited to 'dot-local-bin') diff --git a/dot-local-bin/zenity-askpass b/dot-local-bin/zenity-askpass new file mode 100755 index 0000000..db26176 --- /dev/null +++ b/dot-local-bin/zenity-askpass @@ -0,0 +1,3 @@ +#!/bin/sh + +zenity --password --title "$@" 2>/dev/null -- cgit v1.2.3