diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-24 00:29:00 -0300 |
commit | 6c4c5513618105ea4ce081b04e0545c7c05431d8 (patch) | |
tree | ed61ada744e0d9ec8d2b41c24b949b2ad96185fe /herbstluftwm/fn.sh | |
parent | c8efcbbafd27e6352556bab2ec207b15d3202547 (diff) | |
download | dotfiles-6c4c5513618105ea4ce081b04e0545c7c05431d8.tar.gz |
Update
Diffstat (limited to 'herbstluftwm/fn.sh')
-rw-r--r-- | herbstluftwm/fn.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/herbstluftwm/fn.sh b/herbstluftwm/fn.sh index dd7b4ce..0599b1f 100644 --- a/herbstluftwm/fn.sh +++ b/herbstluftwm/fn.sh @@ -1,4 +1,3 @@ - get_xresources() { arr=( $(xrdb -q | grep $1 | head -1) ) echo -n "${arr[@]:1}" |