upload
This commit is contained in:
100
common/picom/include/mabox-rules.conf
Normal file
100
common/picom/include/mabox-rules.conf
Normal file
@@ -0,0 +1,100 @@
|
||||
rules: (
|
||||
{ match = "fullscreen"; corner-radius = 0; dim = 0.0; shadow = false;},
|
||||
{
|
||||
@include "win-inactive.conf"
|
||||
},
|
||||
{
|
||||
match = "window_type = 'dropdown_menu'";
|
||||
blur-background = false;
|
||||
shadow = false;
|
||||
corner-radius = 0;
|
||||
opacity = 1.0;
|
||||
},
|
||||
|
||||
{
|
||||
match = "window_type = 'popup_menu'";
|
||||
blur-background = false;
|
||||
shadow = false;
|
||||
corner-radius = 0;
|
||||
opacity = 1.0;
|
||||
},
|
||||
|
||||
{
|
||||
match = "window_type = 'popup'";
|
||||
blur-background = false;
|
||||
shadow = false;
|
||||
corner-radius = 0;
|
||||
opacity = 1.0;
|
||||
},
|
||||
|
||||
{
|
||||
match = "window_type = 'dock'";
|
||||
shadow = false;
|
||||
corner-radius = 5;
|
||||
fade = true;
|
||||
},
|
||||
|
||||
{
|
||||
match = "window_type = 'tooltip'";
|
||||
shadow = false;
|
||||
corner-radius = 2;
|
||||
fade = false;
|
||||
opacity = 0.90;
|
||||
full-shadow = false;
|
||||
},
|
||||
|
||||
{
|
||||
match = "window_type = 'splash'";
|
||||
shadow = false;
|
||||
},
|
||||
|
||||
{
|
||||
match = "window_type = 'dialog'";
|
||||
shadow = false;
|
||||
},
|
||||
|
||||
{
|
||||
match = "window_type = 'menu'";
|
||||
blur-background = false;
|
||||
shadow = false;
|
||||
corner-radius = 0;
|
||||
opacity = 1.0;
|
||||
},
|
||||
|
||||
{
|
||||
# Mabox screenshot tool
|
||||
match = "class_g = 'slop'";
|
||||
opacity = 1;
|
||||
shadow = false;
|
||||
blur-background = false;
|
||||
corner-radius = 0;
|
||||
},
|
||||
{
|
||||
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"
|
||||
},
|
||||
{
|
||||
@include "tint2.conf"
|
||||
},
|
||||
{
|
||||
@include "conky.conf"
|
||||
},
|
||||
{
|
||||
@include "conky-nobg.conf"
|
||||
},
|
||||
{
|
||||
@include "notifications.conf"
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user