Simple xorg configuration tool
Go to file
2024-04-23 02:28:22 +03:00
locale/tr/LC_MESSAGES new: Add proper color support, move ncurses code to term.c 2024-04-23 02:28:22 +03:00
src new: Add proper color support, move ncurses code to term.c 2024-04-23 02:28:22 +03:00
.gitignore First commit 2024-02-20 21:12:54 +03:00
LICENSE.txt First commit 2024-02-20 21:12:54 +03:00
Makefile new: Add proper color support, move ncurses code to term.c 2024-04-23 02:28:22 +03:00
README.md First commit 2024-02-20 21:12:54 +03:00

xcfg | simple xorg configuration tool

xcfg is a simple tool that lets you install desktop environments, and window managers and adds required configuration to your ~/.xinitrc file.

Installation

To compile xcfg and to use it, you will need the following:

  • gcc
  • make
  • ncurses
  • gettext
  • doas (or sudo)

After installing these dependencies, download the latest release for a stable build. Clone the repository only for development.

After downloading the source code, you can compile xcfg using the make tool:

make

After compiling it, you can install the binary and the locales:

make install

Usage

Make sure you have access to the doas or the sudo command, then just execute xcfg.