mikeswifty wrote: ↑Fri Sep 27, 2019 8:30 am
I wanted to request i3-gaps. It is a fork of the i3 tiling window manager with added functionality like the ability to make the bar transparent and (of course) set gaps between the tiled windows.
Here's the git hub:
https://github.com/Airblader/i3
And according to Stevo: "The Readme says it's a tough build for beginners, but does refer to a PPA.
http://ppa.launchpad.net/kgilmer/speed- ... 3-gaps-wm/" I tried to build it from the installation instructions on the git hub page unsuccessfully (I'm a beginner and it was tough!)
Thanks for your consideration!
Mike To install i3 gaps you first need to install i3wm itself then i3 gaps to add as you stated above.
After this you need to edit the .config for i3 to add the i3 gaps functionality
You must learn how to edit config files if you wish to run i3 in the first place, and how to use the mod keys and their are not a lot of then to start with, as you learn more about i3 the more keys you can setup..
And yes I have installed and run i3 on MX linux and it runs sweet but back then I installed i3 from the Debian server by add it to the MX repo list then gaps .I am not completely sure as now I think awesome Stevo has added i3 to the MX test server ? At the moment i am not running MX linux.
On my main machine I run only Debian 10 with i3 gaps. This does not mean you should do this. As I can not get my scanner to work with MX or antiX my scanner must work.. Please fix this on antiX I miss you babe.
But she is on both my laptop as is Debian 10..
(Also their is Good news for i3 gaps users as it will be integrated into future releases on i3wm) sometime ahead..
Below is how I install i3 gaps on Debian 10
Dependencies for i3 gaps--------
sudo apt install gcc make dh-autoreconf libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev xcb libxcb1-dev libxcb-icccm4-dev libyajl-dev libev-dev libxcb-xkb-dev libxcb-cursor-dev libxkbcommon-dev libxcb-xinerama0-dev libxkbcommon-x11-dev libstartup-notification0-dev libxcb-randr0-dev libxcb-xrm0 libxcb-xrm-dev libxcb-shape0-dev
# clone the repository
git clone
https://www.github.com/Airblader/i3 i3-gaps
cd i3-gaps
# compile & install
autoreconf --force --install
rm -rf build/
mkdir -p build && cd build/
# Disabling sanitizers is important for release versions!
# The prefix and sysconfdir are, obviously, dependent on the distribution.
../configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers
make
sudo make install
Howdy manyroads
