Last active
May 20, 2016 16:13
-
-
Save cbarraco/7a9f1348398fb46d42de to your computer and use it in GitHub Desktop.
Compile and install i3 with gaps
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To Compile and Install i3-gaps: | |
git clone https://github.com/Airblader/i3.git && cd i3 | |
sudo apt-get build-dep i3 | |
sudo make && sudo make install | |
To Fix Titlebars: | |
for_window [class="^.*"] border pixel 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The packages that you need to install are probably out of date in this gist by now, but for that specific error you need to run
sudo apt-get install libxcb-xkb-dev