From 87dd1e90cbea68996c63c1b8b93d28a26f50dbdd Mon Sep 17 00:00:00 2001 From: awy Date: Thu, 7 Aug 2025 02:04:46 +0300 Subject: fix --- .local/bin/mounter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') diff --git a/.local/bin/mounter b/.local/bin/mounter index b8b3ab2..5828cd9 100755 --- a/.local/bin/mounter +++ b/.local/bin/mounter @@ -94,7 +94,7 @@ case "$chosen" in done # Decrypt in a terminal window - ${TERMINAL:-st} -a termfloat -e doas cryptsetup open "$chosen" "usb$num" + ${TERMINAL:-st} --app-id termfloat -e doas cryptsetup open "$chosen" "usb$num" # Check if now decrypted. test -b "/dev/mapper/usb$num" -- cgit v1.2.3