Added window rule to disable window borders
This commit is contained in:
parent
9183579648
commit
859261786d
2 changed files with 13 additions and 1 deletions
|
|
@ -1 +1 @@
|
||||||
Moved look and feel definition
|
Added window rule to disable window borders
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,18 @@
|
||||||
};
|
};
|
||||||
workspace.lookAndFeel = "org.kde.breezedark.desktop";
|
workspace.lookAndFeel = "org.kde.breezedark.desktop";
|
||||||
workspace.theme = "breeze-dark";
|
workspace.theme = "breeze-dark";
|
||||||
|
window-rules = [
|
||||||
|
{
|
||||||
|
description = "No decorations";
|
||||||
|
match = {};
|
||||||
|
apply = {
|
||||||
|
"noborder" = {
|
||||||
|
apply = "initially";
|
||||||
|
value = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
"ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" =
|
"ActivityManager"."switch-to-activity-7815803c-28fd-459f-8c3e-1add2e558ae8" =
|
||||||
[ ];
|
[ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue