diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-03 00:17:53 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-03 00:17:53 -0300 |
commit | f852bfd75bec7e53febeb3e753fce5752b423d97 (patch) | |
tree | 8a6d843950435eb4ef756938863ed326b2faeec3 /herbstluftwm/fn.sh | |
parent | 50787494e9dcbed9fa3caa96cba46a0c40d321d8 (diff) | |
download | dotfiles-f852bfd75bec7e53febeb3e753fce5752b423d97.tar.gz |
Update herbstluftwm
Diffstat (limited to 'herbstluftwm/fn.sh')
-rw-r--r-- | herbstluftwm/fn.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/herbstluftwm/fn.sh b/herbstluftwm/fn.sh new file mode 100644 index 0000000..dd7b4ce --- /dev/null +++ b/herbstluftwm/fn.sh @@ -0,0 +1,6 @@ + +get_xresources() { + arr=( $(xrdb -q | grep $1 | head -1) ) + echo -n "${arr[@]:1}" +} + |