mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
carbon: picom vSync
This commit is contained in:
parent
2997c907b4
commit
c7a3f66267
2 changed files with 11 additions and 6 deletions
|
|
@ -22,7 +22,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.picom.enable = true;
|
||||
services.picom = {
|
||||
enable = true;
|
||||
vSync = true;
|
||||
fade = true;
|
||||
fadeDelta = 3;
|
||||
};
|
||||
|
||||
services.libinput = {
|
||||
mouse = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue