Compositor script

This commit is contained in:
2025-07-10 00:11:55 +01:00
parent 00d3a423e9
commit a97176b5f6

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env sh
killall picom;
picom \
--backend glx \
--no-fading-openclose \
;