summaryrefslogtreecommitdiff
path: root/herbstluftwm/fn.sh
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2015-11-03 00:17:53 -0300
committerMatias Linares <matiaslina@openmailbox.org>2015-11-03 00:17:53 -0300
commitf852bfd75bec7e53febeb3e753fce5752b423d97 (patch)
tree8a6d843950435eb4ef756938863ed326b2faeec3 /herbstluftwm/fn.sh
parent50787494e9dcbed9fa3caa96cba46a0c40d321d8 (diff)
downloaddotfiles-f852bfd75bec7e53febeb3e753fce5752b423d97.tar.gz
Update herbstluftwm
Diffstat (limited to 'herbstluftwm/fn.sh')
-rw-r--r--herbstluftwm/fn.sh6
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}"
+}
+