Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redstrate/catpaw
cat paw
https://github.com/redstrate/catpaw
kwin kwin-effect
Last synced: 2 months ago
JSON representation
cat paw
- Host: GitHub
- URL: https://github.com/redstrate/catpaw
- Owner: redstrate
- License: gpl-3.0
- Created: 2024-07-20T17:59:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-20T19:01:37.000Z (6 months ago)
- Last Synced: 2024-07-21T20:06:16.394Z (6 months ago)
- Topics: kwin, kwin-effect
- Language: C++
- Homepage:
- Size: 178 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cat Paw
A cat paw KWin effect for [KDE Plasma Desktop](https://kde.org/products/plasma-desktop).
![cat paw](misc/main.png)
## Installation
You need Plasma and KWin development packages installed. Then build:
```sh
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](https://www.gnu.org/graphics/gplv3-127x51.png)
This project is licensed under the [GNU General Public License 3](LICENSE).