From b4c628fe9fef514d70bb2e0138260e976107b610 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 18 Mar 2023 15:43:43 +0530 Subject: .bashrc+tofi-askpass: setting SUDO_ASKPASS for tofi --- .local/bin/tofi-askpass | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .local/bin/tofi-askpass (limited to '.local') diff --git a/.local/bin/tofi-askpass b/.local/bin/tofi-askpass new file mode 100755 index 0000000..146ba9b --- /dev/null +++ b/.local/bin/tofi-askpass @@ -0,0 +1,2 @@ +#!/bin/sh +tofi --prompt-text "Password: " --hide-input true --require-match false < /dev/null -- cgit v1.2.3