Update: Added Xresources, picom config, screenshot script, powermenu script.

This commit is contained in:
Keyitdev
2025-07-28 19:05:44 +02:00
parent 17c8a55bbb
commit beb1d80f7b
8 changed files with 370 additions and 23 deletions
+22
View File
@@ -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'"
];