From a27848fc98289795e6e4e61322f3e7d425a707b3 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Tue, 21 Jun 2022 17:17:53 +0530 Subject: SUDO_ASKPASS variable set --- .local/bin/dmenupass | 6 ++++++ .local/share/vocab/words.txt | 4 ++++ 2 files changed, 10 insertions(+) create mode 100755 .local/bin/dmenupass (limited to '.local') diff --git a/.local/bin/dmenupass b/.local/bin/dmenupass new file mode 100755 index 0000000..b8e2f1b --- /dev/null +++ b/.local/bin/dmenupass @@ -0,0 +1,6 @@ +#!/bin/sh + +# This script is the SUDO_ASKPASS variable, meaning that it will be used as a +# password prompt if needed. + +dmenu -P -p "$1" <&- && echo diff --git a/.local/share/vocab/words.txt b/.local/share/vocab/words.txt index 1f4fbc5..af01f21 100644 --- a/.local/share/vocab/words.txt +++ b/.local/share/vocab/words.txt @@ -69,3 +69,7 @@ duress -> threats, violence, constrains, or other actions used to coerce someone detriment -> the state of being harmed or damaged alleviate -> make (suffering, deficiency, or a problem) less severe sentient -> able to perceive or feel things +contiguous -> sharing a common border; touching. +concurrent -> operating or occuring at the same time +vague -> of uncertain, indefinite, or unclear character or meaning +concise -> giving a lot of information cleary and in a few words; brief but comprehensive -- cgit v1.2.3