mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/picom: document choices
This commit is contained in:
parent
4874f1f39b
commit
3a3e38dfa4
1 changed files with 3 additions and 1 deletions
|
|
@ -36,8 +36,10 @@
|
||||||
|
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
backend = "glx";
|
# avoid tearing
|
||||||
vSync = true;
|
vSync = true;
|
||||||
|
|
||||||
|
# buttery smooth
|
||||||
fade = true;
|
fade = true;
|
||||||
fadeDelta = 3;
|
fadeDelta = 3;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue