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 you10just need to make sure that the `X11INC` and `X11LIB` variables in the11`Makefile` point to the right directories. If that's the case you can12compile and install rwx using:1314```15$ make16$ make install17```1819License20-------2122This program is free software: you can redistribute it and/or modify it23under the terms of the GNU General Public License as published by the24Free Software Foundation, either version 3 of the License, or (at your25option) any later version.2627This program is distributed in the hope that it will be useful, but28WITHOUT ANY WARRANTY; without even the implied warranty of29MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General30Public License for more details.3132You should have received a copy of the GNU General Public License along33with this program. If not, see <http://www.gnu.org/licenses/>.