diff --git a/commit_text b/commit_text index 3062399..39849d0 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Moved look and feel definition +Added window rule to disable window borders diff --git a/plasma-configuration.nix b/plasma-configuration.nix index eaaf25d..fbc068c 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -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" = [ ];