Commit graph

8 commits

Author SHA1 Message Date
Luke Smith
fa600f8ca7 fix #1233 and improve and cleanup mount scripts 2022-11-16 11:56:11 -05:00
krisdoodle45
828c052184
We don't need sed here (#1006) 2021-09-24 10:35:49 -04:00
Richard Halford
93a9e978da
Add partition label to dmenuumount script (#999)
If a partition doesn't have a label, it results in a double space that awk ignores. Which is why the changes include a pipe into sed.
2021-09-23 11:48:58 -04:00
Hector Canizales
46b7d3f0c1
add /efi to exceptions in unmount script (#983) 2021-08-15 21:04:07 -04:00
mokulus
af4f814b0c
dmenumount fix + improvements (#602)
* Remove misleading character escape.

Everything is in single quotes, so shell will escape it correctly
without backslashes. Fixes #440.

* Remove lsblk type restriction.

* Make it possible to cancel with ESC in dmenu.

Up to now if you pressed ESC to cancel the program would just continue
with incorrect data.
2020-04-25 19:18:06 -04:00
Luke Smith
2b5df860de
#!/bin/sh shebang. newline after universalized. 2020-02-08 18:43:37 -05:00
Luke Smith
1bca65bfc2
portable shebang 2019-08-18 12:28:11 -04:00
Luke Smith
c6e69e9642 massive cleanup 2019-05-19 20:05:14 -04:00
Renamed from .local/bin/i3cmds/dmenuumount (Browse further)