diff --git a/.config/dwb/mimetypes b/.config/dwb/mimetypes index a44febc6..f1c1b87d 100644 --- a/.config/dwb/mimetypes +++ b/.config/dwb/mimetypes @@ -1,2 +1,2 @@ -application/pdf zathura application/x-tex em +application/pdf zathura diff --git a/.scripts/abs-wrapper b/.scripts/abs-wrapper index e25b93d9..27dba29b 100755 --- a/.scripts/abs-wrapper +++ b/.scripts/abs-wrapper @@ -9,6 +9,8 @@ _printhelp () cat </dev/nulll && HAS_ABS=true -command -v yaourt >/dev/nulll && HAS_YAOURT=true +command -v abs >/dev/null && HAS_ABS=true +command -v yaourt >/dev/null && HAS_YAOURT=true if ! $HAS_ABS && ! $HAS_YAOURT; then echo "Please install either an ABS-tree or yaourt." diff --git a/.scripts/pdfcompress b/.scripts/pdfcompress index 8a70c44e..2743cd33 100755 --- a/.scripts/pdfcompress +++ b/.scripts/pdfcompress @@ -1,6 +1,5 @@ #!/bin/sh - _printhelp () { cat <