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
|
|
@ -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" =
|
||||
[ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue