From 090f80dc9f99aef5f4f48ec7279a89a0faefcbe6 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 29 Oct 2013 15:21:28 +0100 Subject: [PATCH] Shell: man pager bounded auto-justification --- .config/dwb/mimetypes | 2 +- .scripts/abs-wrapper | 6 ++++-- .scripts/pdfcompress | 1 - .shell.d/funs_rc | 6 +++++- 4 files changed, 10 insertions(+), 5 deletions(-) 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 <