Added window rule to disable window borders

This commit is contained in:
EsVagy42 2025-06-09 18:58:06 +02:00
parent 9183579648
commit 859261786d
2 changed files with 13 additions and 1 deletions

View file

@ -19,6 +19,18 @@
};
workspace.lookAndFeel = "org.kde.breezedark.desktop";
workspace.theme = "breeze-dark";
window-rules = [
{
description = "No decorations";
match = {};
apply = {
"noborder" = {
apply = "initially";
value = true;
};
};
}
];
shortcuts = {
"ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" =
[ ];