Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.21 KB

Bismuth window decoration

This is just a port of Bismuth decoration for Plasma/KWin 6.

This is not the full Bismuth tiling manager script for KWin.

demo

Getting Started

Requirements

  • A Linux distribution with KDE Plasma version 6.1 or higher
  • Qt version 6.5 or higher
  • KDE Frameworks version 6.3 or higher

You can check if your system matches these requirements by going to System Settings > About this System.

Build instructions

You will need kwin/kdecoration development packages, plus a regular C++ build environment -- cmake, gcc (or clang) and such.

This should be sufficient to compile and install the theme:

git clone https://github.com/ivan-cukic/kwin6-bismuth-decoration
cd kwin6-bismuth-decoration
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make && make install

If you installed KDE Frameworks and Plasma into a different prefix, replace /usr with your custom location.

If cmake reports an error, it most likely means that you are missing one or more dependencies.