aerothemeplasma-kde6/KWin/cpp_effects/kwin-effect-smodsnap-v2
2024-06-13 16:59:18 +02:00
..
animation Initial commit 2024-06-13 16:59:18 +02:00
shaders Initial commit 2024-06-13 16:59:18 +02:00
src Initial commit 2024-06-13 16:59:18 +02:00
.gitignore Initial commit 2024-06-13 16:59:18 +02:00
CMakeLists.txt Initial commit 2024-06-13 16:59:18 +02:00
LICENSE Initial commit 2024-06-13 16:59:18 +02:00
README.md Initial commit 2024-06-13 16:59:18 +02:00

Building

Plasma 5

cmake -B build-kf5 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
make -C build-kf5
sudo make -C build-kf5 install

Plasma 6

cmake -B build-kf6 -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_KF6=ON .
make -C build-kf6
sudo make -C build-kf6 install

Installation

  1. Install snapeffecttextures.smod.rcc into ~/.local/share/smod
  2. Navigate to Desktop Effects, then enable the SMOD Snap effect and disable the Screen Edge effect

Licenses

"SMOD Snap" is licensed under the GPL-3.0 or later. The default animation art is licensed under the Creative Commons Zero (CC0).