Initial commit
This commit is contained in:
commit
85f5be4658
18 changed files with 663 additions and 0 deletions
9
.local/bin/passmenu
Executable file
9
.local/bin/passmenu
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
# This script exists because I want to use dmenu instead of dmenu-wl, which passmenu
|
||||
# defaults to if it sees that your $WAYLAND_DISPLAY variable is set. I also passed
|
||||
# $PINENTRY_USER_DATA which will eventually reach the pinentry-wrapper script and launch
|
||||
# a graphical pinentry as opposed to my curses default, since launching pinentry-curses
|
||||
# outside of a terminal just breaks everything.
|
||||
|
||||
PINENTRY_USER_DATA=qt WAYLAND_DISPLAY= /usr/bin/passmenu
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue