From 91e2acd4748c9266a89452e825ca5d273ae3b3ed Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Tue, 25 Mar 2025 19:59:35 +0100 Subject: change pinentry --- bin/prepinentry | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 bin/prepinentry (limited to 'bin') diff --git a/bin/prepinentry b/bin/prepinentry deleted file mode 100755 index bec7c46..0000000 --- a/bin/prepinentry +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -TARGET_PROGRAM="/home/chris/.gnupg/pinentry-dmenu" - -inotifywait -m -e access "$TARGET_PROGRAM" | while read; do - if [ -f "/home/chris/.gnupg/current_monitor" ]; then - rm /home/chris/.gnupg/current_monitor - fi - swaymsg -t get_outputs | jq -r '.[] | select(.focused==true).name' >> /home/chris/.gnupg/current_monitor -done -- cgit 1.4.1