swaydots

my dotfiles
git clone https://git.awy.one/swaydots.git
Log | Files | Refs | README | LICENSE

commit 7ea5151e30894ac48fc8b069a972f0d6293189a0
parent acb8860512eb433b090410048049b68a80437d4f
Author: awy <awy@awy.one>
Date:   Tue, 13 May 2025 16:25:38 +0300

doas

Diffstat:
M.local/bin/mounter | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/mounter b/.local/bin/mounter @@ -100,7 +100,7 @@ case "$chosen" in done # Decrypt in a terminal window - ${TERMINAL:-st} -n floatterm -g 60x1 -e sudo cryptsetup open "$chosen" "usb$num" + ${TERMINAL:-st} -n floatterm -g 60x1 -e doas cryptsetup open "$chosen" "usb$num" # Check if now decrypted. test -b "/dev/mapper/usb$num"