mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Added Xresources, picom config, screenshot script, powermenu script.
This commit is contained in:
Executable
+22
@@ -0,0 +1,22 @@
|
||||
# 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'"
|
||||
];
|
||||
Reference in New Issue
Block a user