a window manager using the QT toolkit

Leslie Zhai 79e245a8c8 Fix qt5 build issue thank @hagabaka ;) 9 years ago
doc a6602a49bb forked from https://code.google.com/p/eggwm/ 10 years ago
installation a6602a49bb forked from https://code.google.com/p/eggwm/ 10 years ago
src 02f28882bf try to support _MOTIF_WM_HINTS 9 years ago
.gitignore 0227fe6c24 Initial commit 10 years ago
EggWM.pro 79e245a8c8 Fix qt5 build issue thank @hagabaka ;) 9 years ago
LICENSE 0227fe6c24 Initial commit 10 years ago
README.md 02f28882bf try to support _MOTIF_WM_HINTS 9 years ago

README.md

eggwm

forked from https://code.google.com/p/eggwm/

Build && Install

Qt4

export QT_SELECT=4
qmake
make
sudo make install

Qt5 for AnthonOS

/usr/lib/qt5/bin/qmake
make
sudo make install

Qt5 for ArchLinux

export QT_SELECT=5
qmake
make
sudo make install