tony / i3-gaps-freebsd

https://github.com/Airblader/i3 attempt at creating a config patch for adding gap support to i3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeBSD Port for x11-wm/i3 GAPS option

Testing the port

You can test the port by cloning this repository and enabling the GAPS option in config.

git clone https://github.com/tony/i3-gaps-freebsd.git
cd i3-gaps-freebsd

# one way
make WITH=gaps install clean

# via option tui
make config
make install clean

This repo

To preserve history and merge future versions, this project was split off https://github.com/freebsd/freebsd-ports on GitHub.

i3 repo

The project repository is at https://github.com/tony/i3, which is forked from https://github.com/i3/i3, and includes the latest gaps and gaps-next branches from https://github.com/Airblader/i3.

Keep files/extra-patch-gaps in sync

Download this repository git clone https://github.com/tony/i3-gaps-freebsd.git and cd into it.

make extract to grab the normal release and place it into work/i3-$DISTVERSION

When inside gaps, run make dist, and tar xvf the generated i3_*.tar.bz2 and cd into it.

Then diff -N -r -u i3-gaps-freebsd/work/i3-${DISTVERSION} ./ > ~/i3-gaps-freebsd/files/extra-patch-gaps.

About

https://github.com/Airblader/i3 attempt at creating a config patch for adding gap support to i3


Languages

Language:Makefile 100.0%