Simple xorg configuration tool
Go to file
2024-02-24 20:17:55 +03:00
locale/tr/LC_MESSAGES update: Add LXDE desktop environment 2024-02-24 20:17:55 +03:00
src update: Add LXDE desktop environment 2024-02-24 20:17:55 +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 fix: Fix path for the locales, return error when running as root 2024-02-22 20:31:10 +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.