1
Fork 0
mirror of https://github.com/redstrate/CatPaw.git synced 2025-04-20 03:37:46 +00:00
cat paw
Find a file
Joshua Goins bf9424116d Prevent the bottom of the cat from appearing
This ruins immersion, and thus a critical bug to fix
2024-07-20 14:53:58 -04:00
misc Add initial files 2024-07-20 14:43:29 -04:00
src Prevent the bottom of the cat from appearing 2024-07-20 14:53:58 -04:00
.gitignore Add initial files 2024-07-20 14:43:29 -04:00
CMakeLists.txt Add initial files 2024-07-20 14:43:29 -04:00
LICENSE Add initial files 2024-07-20 14:43:29 -04:00
README.md Add initial files 2024-07-20 14:43:29 -04:00

Cat Paw

A cat paw KWin effect for KDE Plasma Desktop.

cat paw

Installation

You need Plasma and KWin development packages installed. Then build:

git clone https://github.com/redstrate/CatPaw.git
cd CatPaw
mkdir build && cd build
cmake .. \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

You can then enable the cat paw under Desktop Effects. You can also configure the color of the kitty.

License

GPLv3

This project is licensed under the GNU General Public License 3.