From 859261786d1e44ac9efd84b329bf5430977a831d Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Jun 2025 18:58:06 +0200 Subject: [PATCH] Added window rule to disable window borders --- commit_text | 2 +- plasma-configuration.nix | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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" = [ ];