markusfisch / PieDock

A dock but in shape of a pie menu

Home Page:http://markusfisch.de/PieDock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PieDock

PieDock is a task bar and application launcher in shape of a pie menu. It feels a little bit like the famous OS X dock in a circle.

See it in action in this video.

Requirements

Requires a C++ compiler, headers and libraries of X11 and libpng. Xft and the X Rendering Extension (to make use of a compositing manager) are optional.

Runs on Linux, BSD and Solaris.

Installation

Manual configure, compile and install:

$ ./configure

Alternatively, for Gnome integration, run configure with:

$ ./configure --enable-gtk

Or for KDE use:

$ ./configure --enable-kde

To compile:

$ make

Then as root:

# make install-strip

Finally, you may want to invoke the setup script with normal privileges:

$ sh/setup

Or manually copy res/piedockrc.sample to ~/.piedockrc and modify it to meet your needs.

License

PieDock is open source and licensed under the MIT license.

About

A dock but in shape of a pie menu

http://markusfisch.de/PieDock

License:MIT License


Languages

Language:C++ 66.2%Language:Makefile 16.6%Language:Shell 16.2%Language:M4 1.0%