Skip to content

Instantly share code, notes, and snippets.

@rensjaspers
Created July 14, 2017 08:11
Show Gist options
  • Save rensjaspers/eae338c596ddd39a4b6d1f9707210778 to your computer and use it in GitHub Desktop.
Save rensjaspers/eae338c596ddd39a4b6d1f9707210778 to your computer and use it in GitHub Desktop.
Install Skippy-XD (full-screen Exposé-style standalone task switcher for X11) on Lubuntu 17
#!/bin/bash
sudo apt install libimlib2-dev libfontconfig1-dev libfreetype6-dev libx11-dev libxext-dev libxft-dev libxrender-dev zlib1g-dev libxinerama-dev libxcomposite-dev libxdamage-dev libxfixes-dev libxmu-dev git
cd /tmp
git clone https://github.com/richardgv/skippy-xd.git
cd skippy-xd
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment