Skip to content

Instantly share code, notes, and snippets.

@noot
Last active August 25, 2022 18:57
Show Gist options
  • Save noot/7e734118bd496ce6c798517cfcbee228 to your computer and use it in GitHub Desktop.
Save noot/7e734118bd496ce6c798517cfcbee228 to your computer and use it in GitHub Desktop.
i3-gaps install >=v4.19
sudo apt install gcc make git meson libstartup-notification0-dev libxcb-xkb-dev libxcb-xinerama0-dev libxcb-randr0-dev libxcb-shape0-dev libxcb-util-dev libxcb-cursor-dev libxcb-keysyms1-dev libxcb-icccm4-dev libxcb-xrm-dev libxkbcommon-dev libxkbcommon-x11-dev libyajl-dev libpcre3-dev libcairo2-dev librust-pangocairo-dev libev-dev
git clone https://github.com/Airblader/i3
cd i3
git checkout gaps
meson build
cd build
meson install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment