askpass command added
This commit is contained in:
parent
4cb6e5451b
commit
eb7ad7220a
2 changed files with 3 additions and 0 deletions
1
.profile
1
.profile
|
@ -11,6 +11,7 @@ export BIB="$HOME/Documents/LaTeX/uni.bib"
|
||||||
export REFER="$HOME/.referbib"
|
export REFER="$HOME/.referbib"
|
||||||
# PIX is here I have LARBS keep icons. Subject to change, hence a variable.
|
# PIX is here I have LARBS keep icons. Subject to change, hence a variable.
|
||||||
export PIX="$HOME/.scripts/pix"
|
export PIX="$HOME/.scripts/pix"
|
||||||
|
export SUDO_ASKPASS="$HOME/.scripts/tools/dmenupass"
|
||||||
|
|
||||||
# less/man colors
|
# less/man colors
|
||||||
export LESS=-R
|
export LESS=-R
|
||||||
|
|
2
.scripts/tools/dmenupass
Executable file
2
.scripts/tools/dmenupass
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
dmenu -fn Monospace-18 -sb "#d79921" -sf "#1d2021" -nf "#000000" -nb "#000000" -p "Please type password and press Enter." <&- && echo
|
Loading…
Reference in a new issue