Skip to content

Instantly share code, notes, and snippets.

@dillera
Created December 1, 2019 21:35
Show Gist options
  • Save dillera/a111d632eb10e64658cdafe0d7f39800 to your computer and use it in GitHub Desktop.
Save dillera/a111d632eb10e64658cdafe0d7f39800 to your computer and use it in GitHub Desktop.
Installing i3 gaps on Lubuntu on MacBook 1,1
i3-gaps
* lubuntu on MacBook 1,1
* http://cdimage.ubuntu.com/lubuntu/releases/18.04.3/release/lubuntu-18.04-alternate-i386.iso
h2. Unxmal's Config:
https://github.com/unxmaal/dotfiles/blob/master/i3-config
h2. Install i3-gaps first:
* https://github.com/pasiegel/i3-gaps-install-ubuntu
sudo apt install libxcb1-dev libxcb-keysyms1-dev libpango1.0-dev libxcb-util0-dev libxcb-icccm4-dev libyajl-dev libstartup-notification0-dev libxcb-randr0-dev libev-dev libxcb-cursor-dev libxcb-xinerama0-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev autoconf xutils-dev libtool wget ranger mediainfo highlight tmux calcurse newsbeuter moc qutebrowser imagemagick transmission-cli atool xcompmgr blender pinta gimp markdown mupdf evince audacity vim-latexsuite rsync syncthing cups screenfetch scrot unzip unrar biber ntfs-3g deepin-terminal zip irssi unzip
h3. Install xcb dep:
mkdir tmp
cd /tmp
git clone https://github.com/Airblader/xcb-util-xrm
cd xcb-util-xrm
git submodule update --init
./autogen.sh --prefix=/usr
make
sudo make install
h3. Build and install Gaps:
mkdir tmp
cd /tmp
git clone https://github.com/Airblader/xcb-util-xrm
cd xcb-util-xrm
git submodule update --init
./autogen.sh --prefix=/usr
make
sudo make install
h2. install some cool tools and also i3:
* apt install rofi feh i3
How to use it:
https://www.maketecheasier.com/install-use-i3-window-manager-ubuntu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment