mirror of
https://github.com/tomru/hlwm-config.git
synced 2026-03-03 06:27:20 +01:00
way too many changes for one commit
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user