Skip to content

ivan-cukic/kwin6-bismuth-decoration

 
 

Repository files navigation

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.

About

Tiling-WM-like window decorations for KWin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 56.7%
  • CMake 36.6%
  • Makefile 6.7%