Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

aguslr/bspwm-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

bspwm configuration

About

This repository stores my configuration of bspwm, a tiling window manager based on binary space partitioning, and sxhkd, a simple X hotkey daemon.

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/bspwm-config

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

cd bspwm-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/bspwm-config/-/archive/main/bspwm-config-main.tar.gz -O - | tar -xzv --strip-components 1 --exclude={README.md,demo.gif}

Installing with Stow

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

stow -vt ~ -S .

Demo

Demo GIF

About

Configuration files for bspwm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages