commit a3619b22c132788f85aec3d474e3513d422d29db parent adf08e119caba9414cc6659fb33f51753ccb18e3 Author: awy <awy@awy.one> Date: Sun, 21 Dec 2025 04:55:50 +0300 centered Diffstat:
| M | .local/bin/unmounter | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/unmounter b/.local/bin/unmounter @@ -10,7 +10,7 @@ allunmountable="$(echo "$mounteddroids $mounteddrives" | sed "/^$/d;s/ *$//")" test -n "$allunmountable" -chosen="$(echo "$allunmountable" | mew -i -p "Unmount which drive?")" +chosen="$(echo "$allunmountable" | mew -c -l 10 -i -p "Unmount which drive?")" chosen="${chosen%% *}" test -n "$chosen"