mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
22 lines
418 B
Plaintext
Executable File
22 lines
418 B
Plaintext
Executable File
# Documentation: https://github.com/yshui/picom/wiki
|
|
# Config created by Keyitdev https://www.github.com/keyitdev/dotfiles
|
|
# Copyright (C) 2022 Keyitdev
|
|
|
|
fading = true;
|
|
fade-in-step = 0.015;
|
|
fade-out-step = 0.1;
|
|
fade-delta = 5
|
|
|
|
experimental-backends = false;
|
|
backend = "glx";
|
|
|
|
vsync = false
|
|
refresh-rate = 0
|
|
|
|
detect-transient = true
|
|
|
|
log-level = "debug";
|
|
|
|
opacity-rule: [
|
|
"95:class_g = 'Org.gnome.Nautilus'"
|
|
]; |