exclude round borders on rofi
This commit is contained in:
parent
2bb8f900fa
commit
4025634988
|
@ -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'"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue