remove dropdown menu transparency
This commit is contained in:
parent
f35c38a6f3
commit
e00d0d63f5
1 changed files with 6 additions and 16 deletions
|
@ -28,7 +28,7 @@ rounded-corners-exclude = [
|
||||||
#"class_g = 'TelegramDesktop'",
|
#"class_g = 'TelegramDesktop'",
|
||||||
#"class_g = 'Thunderbird'"
|
#"class_g = 'Thunderbird'"
|
||||||
];
|
];
|
||||||
round-borders = 1;
|
round-borders = 0;
|
||||||
round-borders-exclude = [
|
round-borders-exclude = [
|
||||||
#"class_g = 'TelegramDesktop'",
|
#"class_g = 'TelegramDesktop'",
|
||||||
];
|
];
|
||||||
|
@ -125,7 +125,7 @@ shadow-exclude = [
|
||||||
# Fade windows in/out when opening/closing and when opacity changes,
|
# Fade windows in/out when opening/closing and when opacity changes,
|
||||||
# unless no-fading-openclose is used.
|
# unless no-fading-openclose is used.
|
||||||
# fading = false
|
# fading = false
|
||||||
fading = true;
|
fading = false;
|
||||||
|
|
||||||
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
||||||
# fade-in-step = 0.028
|
# fade-in-step = 0.028
|
||||||
|
@ -169,8 +169,8 @@ frame-opacity = 0.7;
|
||||||
# menu-opacity is depreciated use dropdown-menu and popup-menu instead.
|
# menu-opacity is depreciated use dropdown-menu and popup-menu instead.
|
||||||
|
|
||||||
#If using these 2 below change their values in line 510 & 511 aswell
|
#If using these 2 below change their values in line 510 & 511 aswell
|
||||||
popup_menu = { opacity = 0.8; }
|
popup_menu = { opacity = 1.0; }
|
||||||
dropdown_menu = { opacity = 0.8; }
|
dropdown_menu = { opacity = 1.0; }
|
||||||
|
|
||||||
|
|
||||||
# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows.
|
# Let inactive opacity set by -i override the '_NET_WM_OPACITY' values of windows.
|
||||||
|
@ -203,20 +203,10 @@ focus-exclude = [
|
||||||
#
|
#
|
||||||
# opacity-rule = []
|
# opacity-rule = []
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"80:class_g = 'Bar'", # lemonbar
|
|
||||||
"100:class_g = 'slop'", # maim
|
|
||||||
"100:class_g = 'XTerm'",
|
|
||||||
"100:class_g = 'URxvt'",
|
|
||||||
"100:class_g = 'kitty'",
|
|
||||||
"95:class_g = 'Alacritty'",
|
"95:class_g = 'Alacritty'",
|
||||||
"100:class_g = 'Polybar'",
|
"100:class_g = 'Polybar'",
|
||||||
"100:class_g = 'code-oss'",
|
|
||||||
"100:class_g = 'Meld'",
|
|
||||||
"100:class_g = 'TelegramDesktop'",
|
|
||||||
"90:class_g = 'Joplin'",
|
|
||||||
"100:class_g = 'firefox'",
|
"100:class_g = 'firefox'",
|
||||||
"100:class_g = 'librewolf'",
|
"100:class_g = 'librewolf'",
|
||||||
"100:class_g = 'Thunderbird'"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
@ -299,8 +289,8 @@ backend = "glx";
|
||||||
|
|
||||||
|
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
# vsync = false
|
#vsync = true
|
||||||
vsync = true
|
vsync = false
|
||||||
|
|
||||||
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
|
||||||
# dbus = false
|
# dbus = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue