update
This commit is contained in:
parent
cf19715fc2
commit
470d965cb3
@ -187,7 +187,7 @@ detect-client-opacity = true;
|
|||||||
# when redirecting/unredirecting windows.
|
# when redirecting/unredirecting windows.
|
||||||
#
|
#
|
||||||
# Default: false
|
# Default: false
|
||||||
# unredir-if-possible = false
|
unredir-if-possible = true;
|
||||||
|
|
||||||
# Delay before unredirecting the window, in milliseconds.
|
# Delay before unredirecting the window, in milliseconds.
|
||||||
#
|
#
|
||||||
|
@ -96,6 +96,7 @@
|
|||||||
{
|
{
|
||||||
match = "name = 'Quake Term'";
|
match = "name = 'Quake Term'";
|
||||||
corner-radius = 0;
|
corner-radius = 0;
|
||||||
|
opacity = 1.0;
|
||||||
animations = (
|
animations = (
|
||||||
{
|
{
|
||||||
triggers = ["close", "hide"];
|
triggers = ["close", "hide"];
|
||||||
@ -113,6 +114,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
match = "name = 'Quake Radio'";
|
match = "name = 'Quake Radio'";
|
||||||
|
opacity = 1.0;
|
||||||
animations = (
|
animations = (
|
||||||
{
|
{
|
||||||
triggers = ["close", "hide"];
|
triggers = ["close", "hide"];
|
||||||
|
@ -74,6 +74,13 @@ match = "name = 'cavatransparent' || name = 'vistransparent'";
|
|||||||
blur-background = false;
|
blur-background = false;
|
||||||
shadow = 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 "mabox-animations.conf"
|
||||||
{
|
{
|
||||||
@include "jgmenu.conf"
|
@include "jgmenu.conf"
|
||||||
|
6
include/win-active.conf
Normal file
6
include/win-active.conf
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# NORMAL focused (active) windows
|
||||||
|
match = "focused && window_type = 'normal'";
|
||||||
|
blur-background = false;
|
||||||
|
shadow = true;
|
||||||
|
opacity = 1.0;
|
||||||
|
dim = 0;
|
Loading…
Reference in New Issue
Block a user