mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-01 00:34:26 +02:00
8 lines
147 B
Bash
Executable file
8 lines
147 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec compton \
|
|
--backend glx \
|
|
--xrender-sync \
|
|
--xrender-sync-fence \
|
|
--vsync opengl-swc \
|
|
--paint-on-overlay
|