diff options
| author | Hekuran <hekurangashi@pm.me> | 2021-09-23 20:54:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 14:54:58 -0400 |
| commit | 15d09bac36f1a5845c87d6c5f4edb64634407546 (patch) | |
| tree | e30e6277d6e5405d40f23fceb7353d3844814597 /.config/pinentry | |
| parent | 5caaa489ac45e23d1c0160ab6668d12585f6bffe (diff) | |
| download | eibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.tar.gz eibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.tar.zst eibhear-15d09bac36f1a5845c87d6c5f4edb64634407546.zip | |
sysact rewrite and minor stuff (#1000)
* minor forgoten stuff
we already have shutdown in sudo loop
* why was this still here? it belongs in ~/.config/
* what the actual phucc
* implemented loginctl and fixed shebang
Diffstat (limited to '.config/pinentry')
| -rwxr-xr-x | .config/pinentry/preexec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/pinentry/preexec b/.config/pinentry/preexec new file mode 100755 index 0000000..93603c7 --- /dev/null +++ b/.config/pinentry/preexec @@ -0,0 +1,5 @@ +#!/hint/sh + +# Define additional functionality for pinentry. For example +test -e /usr/lib/libgcr-base-3.so.1 && exec /usr/bin/pinentry-gnome3 "$@" +#test -e /usr/lib/libQt5Widgets.so.5 && exec /usr/bin/pinentry-qt "$@" |
