This commit is contained in:
Daniel Napora 2024-12-25 00:43:05 +01:00
parent cf19715fc2
commit 470d965cb3
4 changed files with 16 additions and 1 deletions

View File

@ -187,7 +187,7 @@ detect-client-opacity = true;
# when redirecting/unredirecting windows.
#
# Default: false
# unredir-if-possible = false
unredir-if-possible = true;
# Delay before unredirecting the window, in milliseconds.
#

View File

@ -96,6 +96,7 @@
{
match = "name = 'Quake Term'";
corner-radius = 0;
opacity = 1.0;
animations = (
{
triggers = ["close", "hide"];
@ -113,6 +114,7 @@
},
{
match = "name = 'Quake Radio'";
opacity = 1.0;
animations = (
{
triggers = ["close", "hide"];

View File

@ -74,6 +74,13 @@ match = "name = 'cavatransparent' || name = 'vistransparent'";
blur-background = false;
shadow = false;
},
{
match = "class_g = 'skippy-xd-fix'";
blur-background = false;
opacity = 1.0;
shadow = false;
corner-radius = 0;
},
@include "mabox-animations.conf"
{
@include "jgmenu.conf"

6
include/win-active.conf Normal file
View File

@ -0,0 +1,6 @@
# NORMAL focused (active) windows
match = "focused && window_type = 'normal'";
blur-background = false;
shadow = true;
opacity = 1.0;
dim = 0;