picom: don't blur rofi background

This commit is contained in:
Vincent Bernat 2021-11-28 09:25:44 +01:00
parent 9902884c83
commit 1e5c2f2bda

View file

@ -32,7 +32,6 @@ blur-background-exclude = [
window_type !*= 'menu' &&
window_type != 'splash' &&
window_type != 'combo' &&
class_g != 'Rofi' &&
class_i != 'QuakeConsole' &&
!I3_FLOATING_WINDOW@:c"
];