mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
picom: blur quake console
This commit is contained in:
parent
a6a1e8b1f5
commit
7f7c36080a
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ blur-background-exclude = [
|
|||
window_type != 'dropdown_menu' &&
|
||||
window_type != 'splash' &&
|
||||
window_type != 'combo' &&
|
||||
class_g != 'Rofi'"
|
||||
class_g != 'Rofi' &&
|
||||
class_i != 'QuakeConsole'"
|
||||
];
|
||||
|
||||
# Shadow and fading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue