summaryrefslogtreecommitdiff
path: root/herbstluftwm/fn.sh
blob: dd7b4ce60d8e56f20c89a0ea1d4bc2351d1b19b7 (plain)
1
2
3
4
5
6
get_xresources() {
    arr=( $(xrdb -q | grep $1 | head -1) )
    echo -n "${arr[@]:1}"
}