MatMoul / plasma-containmentactions-customdesktopmenu

Custom Desktop Menu for KDE Plasma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plasma-containmentactions-customdesktopmenu

Custom desktop menu for Plasma 6

menu config

Build and install

Prerequisites

  • extra-cmake-modules >= 6.0.0
  • kdeplasma-addons >= 6.0.0

Archlinux :

pacman -S --needed base-devel cmake extra-cmake-modules kdeplasma-addons

Build

cd src
cmake --fresh -B ../_build .
cd ../_build
make clean
make

Install / Update

chmod 755 bin/plasma/containmentactions/matmoul-customdesktopmenu.so
sudo cp bin/plasma/containmentactions/matmoul-customdesktopmenu.so /usr/lib/qt6/plugins/plasma/containmentactions

Other

  • When you update the library, KWIN crash and restart with the new library.
  • Favorites is not yet implemented.

Sources

About

Custom Desktop Menu for KDE Plasma

License:GNU General Public License v3.0


Languages

Language:C++ 77.7%Language:Shell 11.3%Language:CMake 10.9%