rwx

Run a programm while X is running

git clone https://git.8pit.net/rwx.git

 1rwx
 2===
 3
 4**R**un a program **w**hile **X** is running.
 5
 6Installation
 7------------
 8
 9This utility depends on libX11 if you already have libX11 installed you
10just need to make sure that the `X11INC` and `X11LIB` variables in the
11`Makefile` point to the right directories. If that's the case you can
12compile and install rwx using:
13
14```
15$ make
16$ make install
17```
18
19License
20-------
21
22This program is free software: you can redistribute it and/or modify it
23under the terms of the GNU General Public License as published by the
24Free Software Foundation, either version 3 of the License, or (at your
25option) any later version.
26
27This program is distributed in the hope that it will be useful, but
28WITHOUT ANY WARRANTY; without even the implied warranty of
29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
30Public License for more details.
31
32You should have received a copy of the GNU General Public License along
33with this program. If not, see <http://www.gnu.org/licenses/>.