
Titlebar menu
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a kwin effect that draws the application menu in the titlebar when the mouse is hovered over the titlebar.
Dependencies:
For gtk apps:
libdbusmenu
appmenu-gtk
For qt/kde apps
libdbusmenu-qt
appmenu-qt
For Qt/KDE apps to work with this you need a patched version of Qt. If you're on Ubuntu then you already have it. For archlinux users, it's in the AUR as qt-appmenu.
General
QJson
kdebase-workspace[-dev]
Please report bugs and feature requests here: https://bitbucket.org/jimi312/titlebar-menu/issues
To build:
extract the archive
cd titlemenu
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
make
sudo make install
After this go to systemsettings, activate the titlemenu effect in the desktop effects category.
Logout and login in again.
9 years ago
0.1 - Added a config gui, added support fro showing a single menu item with the rest of the menu as a submenu and added support to show the menu always
0.01 - Initial release
9 years ago
0.1 - Added a config gui, added support fro showing a single menu item with the rest of the menu as a submenu and added support to show the menu always
0.01 - Initial release
echoes
9 years ago
Report
echoes
9 years ago
I hope this feature is eventually integrated into mainline KWin/KDE.
Report
jamjam
9 years ago
Report
echoes
9 years ago
Report