Compositors
KDE Plasma
Partial KDE/KWin support
Experimental — Some features have known issues.
Feature Status
| Feature | Status |
|---|---|
| Application launching | ✓ Working |
| Window switching | ⚠ Buggy |
| Automatic blur | ✗ Not supported |
| Clipboard history | ⚠ Not working |
| Layer shell | ✗ Not supported |
Setup
Keybind
Open System Settings
Go to Shortcuts → Custom Shortcuts
Create a new shortcut with command:
zlaunch toggleAssign your preferred key combination
Autostart
- Open System Settings
- Go to Startup and Shutdown → Autostart
- Add zlaunch
VRAM Usage
KDE uses a default window size of 1920×1080. If you experience issues:
window_size = [1920.0, 1080.0]Recommendations
For the best experience on KDE, disable problematic modules:
combined_modules = [
"calculator",
"applications",
"actions",
"search"
]
window_size = [1920.0, 1080.0]KDE support uses D-Bus (zbus) rather than Unix sockets, which is why some features behave differently.
Future Improvements
KDE support is actively being developed. Check the project repository for updates.