aguslr / openbox-config

Configuration files for Openbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openbox configuration

About

This repository stores my configuration of Openbox, a highly configurable, next generation window manager with extensive standards support.

Getting the files

Using Git

If we have Git installed on the system, we can get the files directly from the repository:

git clone https://gitlab.com/aguslr/openbox-config

After this, every time we want to update the files we do:

cd openbox-config && git pull

Without Git

If Git is not installed, we can still get the files as long as we have a basic Unix environment available:

wget https://gitlab.com/aguslr/openbox-config/-/archive/main/openbox-config-main.tar.gz -O - | tar -xzv --strip-components 1 --exclude={README.md,screenshot.png}

Installing with Stow

To easily create and manage links to the files we can use GNU Stow as follows:

stow -vt ~ -S .

Or simply, using Make:

make install

Screenshot

Screenshot

About

Configuration files for Openbox


Languages

Language:Shell 74.0%Language:Makefile 26.0%