way too many changes for one commit

This commit is contained in:
Thomas Ruoff
2018-10-03 23:05:11 +02:00
parent ca57483a78
commit 71a28173de
6 changed files with 136 additions and 104 deletions

View File

@@ -1,9 +1,12 @@
#!/usr/bin/env bash
source ~/.config/herbstluftwm/settings.sh
function uniq_linebuffered() {
awk -W interactive '$0 != l { print ; l=$0 ; fflush(); }' "$@"
}
# disable path name expansion or * will be expanded in the line
# cmd=( $line )
set -f
statusbar_height=20
monitor=${1:-0}