feat: conky, doas compatibility and dwm startup

This commit is contained in:
AngeD 2023-01-03 23:40:42 +01:00
parent f1fdfb2eb2
commit f002b34b6f
12 changed files with 54 additions and 18 deletions

2
bin/am
View file

@ -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