feat: conky, doas compatibility and dwm startup
This commit is contained in:
parent
f1fdfb2eb2
commit
f002b34b6f
12 changed files with 54 additions and 18 deletions
2
bin/am
2
bin/am
|
@ -24,7 +24,7 @@ function umount_all() {
|
|||
|
||||
disks=($(mount | grep udisks2 | cut -f1 -d' '))
|
||||
umount "${disks[@]}"
|
||||
echo "unmounted ${disks[@]}"
|
||||
echo "unmounted ${disks[*]}"
|
||||
}
|
||||
|
||||
while getopts a o; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue