Run X server with windows/desktop environment specified in the command line
Viverna 9394c8d10b Various changes. | vor 2 Jahren | |
---|---|---|
build | vor 7 Jahren | |
etc | vor 7 Jahren | |
lang | vor 2 Jahren | |
src | vor 2 Jahren | |
LICENSE | vor 7 Jahren | |
Makefile | vor 7 Jahren | |
README.md | vor 7 Jahren | |
README_ita.md | vor 7 Jahren | |
USAGE.txt | vor 7 Jahren | |
config.mk | vor 2 Jahren | |
configure | vor 2 Jahren |
The program ax is a POSIX shell script that create .xinitrc in $HOME and then run X server with windows/desktop environment specified in the command line. If no windows/desktop environment is specified, ax don't create .xinitrc but instead read .xinitrc if present and execute X server.
Run:
./configure
create config.mk file included in Makefile.
Is possible to specified a prefix:
PREFIX=/usr/local ./configure
Create the script:
make
Install:
make install
Uninstall:
make uninstall
Create a archive file for distribution:
make dist
Clean:
make clean
Simply copy ax script and man page (src directory) and configuration file (etc directory).
ax is released with GNU Affero Public License version 3 (AGPLv3).
Viverna viverna@inventati.org