exclude round borders on rofi

This commit is contained in:
♥ Minnie ♥ 2024-01-29 22:29:07 +08:00
parent 2bb8f900fa
commit 4025634988

View file

@ -9,6 +9,7 @@
corner-radius = 10; corner-radius = 10;
rounded-corners-exclude = [ rounded-corners-exclude = [
"window_type = 'dock'" "window_type = 'dock'"
"class_g = 'Rofi'"
]; ];
}; };
}; };