https://github.com/whoiscipher/picom-config
https://github.com/whoiscipher/picom-config
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/whoiscipher/picom-config
- Owner: WhoisCipher
- Created: 2025-03-21T23:12:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T23:18:58.000Z (over 1 year ago)
- Last Synced: 2025-03-22T00:23:24.424Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Picom Configuration
A lightweight and minimal Picom configuration to enhance your Linux desktop experience with smooth effects, blur, and optimized performance.
## ✨ Features
- **GLX Backend** for better rendering.
- **Custom Blur** for menus and popups.
- **Opacity Tweaks** for tooltips and docks.
- **No Shadows & Fading** for efficiency and battery life optimization.
- **VSync Disabled** to reduce latency.
## 📂 Installation
Copy the configuration file to your Picom config directory:
```sh
git clone git@github.com:WhoisCipher/picom-config.git
mkdir -p ~/.config/picom
cp picom.conf ~/.config/picom/
```