https://github.com/markusfisch/piedock
A dock but in shape of a pie menu
https://github.com/markusfisch/piedock
dock linux pie-menu
Last synced: 11 months ago
JSON representation
A dock but in shape of a pie menu
- Host: GitHub
- URL: https://github.com/markusfisch/piedock
- Owner: markusfisch
- License: mit
- Created: 2010-12-07T18:27:27.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2022-06-12T18:23:54.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T13:38:07.700Z (about 3 years ago)
- Topics: dock, linux, pie-menu
- Language: C++
- Homepage: http://markusfisch.de/PieDock
- Size: 514 KB
- Stars: 17
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
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](http://vimeo.com/21360384).
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](http://www.opensource.org/licenses/mit-license.php).