nixrice/.local/bin/overrides/passmenu
2023-10-16 00:34:03 -04:00

9 lines
473 B
Bash
Executable file

#!/usr/bin/env sh
# 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=rofi WAYLAND_DISPLAY= /usr/bin/passmenu