mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 16:54:25 +02:00
9 lines
147 B
Text
9 lines
147 B
Text
|
#!/bin/sh
|
||
|
|
||
|
exec compton \
|
||
|
--backend glx \
|
||
|
--xrender-sync \
|
||
|
--xrender-sync-fence \
|
||
|
--vsync opengl-swc \
|
||
|
--paint-on-overlay
|