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