aboutsummaryrefslogtreecommitdiff
path: root/.local/bin
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-08-07 02:04:46 +0300
committerawy <awy@awy.one>2025-08-07 02:04:46 +0300
commit87dd1e90cbea68996c63c1b8b93d28a26f50dbdd (patch)
tree2bd5ccb8d87a2640dc4ba04c39ece029df3d0376 /.local/bin
parentd723ecbd5a4260da7d798f67411c6afbaaf3fcc7 (diff)
downloadhyprdots-87dd1e90cbea68996c63c1b8b93d28a26f50dbdd.tar.gz
fix
Diffstat (limited to '.local/bin')
-rwxr-xr-x.local/bin/mounter2
1 files changed, 1 insertions, 1 deletions
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"