- Make sure you have the following packages installed:
yum install giflib, libxcomposite, libxdamage, libxft, libxinerama - Grab skippy-xd source files from git repo
git clone git://github.com/richardgv/skippy-xd.git - At this point I decided to run "make" in the skippy-xd directory but ran into two errors basically complaining that it could not find two header files. After doing some research I found out that I needed the following two packages installed.
yum install giflib-devel.x86_64 libjpeg-turbo-devel.x86_64 - Run "make" in the skippy-xd directory to compile. There should already be a makefile in the directory so running make alone should work fine.
make - You will have the compiled binary called skippy-xd. Copy this to /usr/bin/ or a location of your choice.
cp skippy-xd /usr/bin/ - At this point you can bind it to any key you would like. You can do this by launching xfce4-keyboard-settings and configuring a shortcut to launch an application.
xfce4-keyboard-settings
So far it seems to work okay. I do want to note that their is a known bug with minimized windows and some have provided a work around for it. You'll have to search for it since I haven't had time to do it :).