mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2024-12-28 18:36:06 +00:00
94 lines
1.9 KiB
Plaintext
94 lines
1.9 KiB
Plaintext
#-----------------------
|
|
# Backend
|
|
#-----------------------
|
|
backend = "glx";
|
|
glx-no-stencil = true;
|
|
glx-copy-from-front = false;
|
|
|
|
#-----------------------
|
|
# Opacity
|
|
#-----------------------
|
|
active-opacity = 1;
|
|
#inactive-opacity = 0.95;
|
|
inactive-opacity = 1;
|
|
frame-opacity = 1;
|
|
inactive-opacity-override = true;
|
|
|
|
focus-exclude = [
|
|
"window_type = 'dock'",
|
|
"window_type = 'desktop'",
|
|
"class_g = 'Rofi'",
|
|
"class_g = 'polybar'",
|
|
"_GTK_FRAME_EXTENTS@:c"
|
|
];
|
|
|
|
#opacity-rule = [
|
|
# "95:class_g = 'TelegramDesktop'",
|
|
# "95:class_g = 'discord'",
|
|
# "90:class_g = 'Spotify'",
|
|
#];
|
|
|
|
#-----------------------
|
|
# Blur
|
|
#-----------------------
|
|
#blur-method = "dual_kawase";
|
|
#blur-strength = 6;
|
|
#blur-background = true;
|
|
#blur-background-exclude = [
|
|
# "window_type = 'dock'",
|
|
# "window_type = 'desktop'",
|
|
# "class_g = 'Rofi'",
|
|
# "_GTK_FRAME_EXTENTS@:c"
|
|
#];
|
|
|
|
#-----------------------
|
|
# Fading
|
|
#-----------------------
|
|
fading = true;
|
|
fade-delta = 2;
|
|
no-fading-openclose = false;
|
|
fade-exclude = [ ];
|
|
|
|
#-----------------------
|
|
# Shadow
|
|
#-----------------------
|
|
shadow = false;
|
|
|
|
#-----------------------
|
|
# Corners
|
|
#-----------------------
|
|
corner-radius = 17;
|
|
round-borders = 3;
|
|
rounded-corners-exclude = [
|
|
"window_type = 'dock'",
|
|
"window_type = 'desktop'",
|
|
"class_g = 'Rofi'",
|
|
"class_g = 'polybar'",
|
|
"_GTK_FRAME_EXTENTS@:c"
|
|
];
|
|
use-damage = false;
|
|
|
|
#-----------------------
|
|
# Animations
|
|
#-----------------------
|
|
transition-length = 250
|
|
transition-pow-x = 0.25
|
|
transition-pow-y = 0.25
|
|
transition-pow-w = 0.25
|
|
transition-pow-h = 0.25
|
|
size-transition = true
|
|
|
|
#-----------------------
|
|
# Other
|
|
#-----------------------
|
|
mark-wmwin-focused = true;
|
|
mark-ovredir-focused = false
|
|
detect-rounded-corners = true;
|
|
detect-client-opacity = true;
|
|
vsync = true;
|
|
dbe = false;
|
|
unredir-if-possible = false;
|
|
detect-transient = true;
|
|
detect-client-leader = true;
|
|
|
|
xrender-sync-fence = true; |