nbenitez / xgetres

Simple utility which prints the value of an X resource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xgetres

xgetres is a simple utility which prints the value of an X resource.

Example

$ cat ~/.Xresources
simple: 1
*wildcard: 2
$ xgetres simple
1
$ xgetres foo.wildcard
2

Build & installation

First make sure you have libx11.

In order to build, simply run:

$ make

Then in order to install, run:

$ sudo make install

Installation location is determined by the PREFIX variable (/usr/local by default).

About

Simple utility which prints the value of an X resource

License:MIT License


Languages

Language:C 64.1%Language:Roff 20.7%Language:Makefile 15.2%