From 0d4a275cb82eb1993ee5d262ec48c8cd4a49533b Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Wed, 4 Oct 2023 12:32:32 +0200 Subject: [PATCH] Add virtual desktop conf --- plasma.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/plasma.nix b/plasma.nix index 608f7d8..0192ad8 100644 --- a/plasma.nix +++ b/plasma.nix @@ -151,7 +151,7 @@ "kdeglobals"."General"."XftHintStyle" = "hintmedium"; "kdeglobals"."General"."XftSubPixel" = "rgb"; "kdeglobals"."General"."fixed" = "FiraCode Nerd Font,10,-1,5,50,0,0,0,0,0"; - "kdeglobals"."KDE"."AnimationDurationFactor" = 0.25; + "kdeglobals"."KDE"."AnimationDurationFactor" = 0.250000; "kdeglobals"."KDE"."widgetStyle" = "Breeze"; "kdeglobals"."KFileDialog Settings"."Allow Expansion" = false; "kdeglobals"."KFileDialog Settings"."Automatically select filename extension" = true; @@ -194,7 +194,7 @@ "kglobalshortcutsrc"."org.kde.plasma.emojier.desktop"."_k_friendly_name" = "Emoji Selector"; "kglobalshortcutsrc"."org.kde.spectacle.desktop"."_k_friendly_name" = "Spectacle"; "kglobalshortcutsrc"."org_kde_powerdevil"."_k_friendly_name" = "Power Management"; - "kglobalshortcutsrc"."plasmashell"."_k_friendly_name" = "Activity switching"; + "kglobalshortcutsrc"."plasmashell"."_k_friendly_name" = "Plasma"; "kglobalshortcutsrc"."systemsettings.desktop"."_k_friendly_name" = "System Settings"; "kiorc"."Confirmations"."ConfirmDelete" = false; "kiorc"."Confirmations"."ConfirmEmptyTrash" = false; @@ -214,8 +214,13 @@ "kwalletrc"."org.freedesktop.secrets"."apiEnabled" = true; "kwinrc"."Compositing"."LatencyPolicy" = "High"; "kwinrc"."Desktops"."Id_1" = "6b86c814-0a63-4a66-83aa-8f923109b8dc"; - "kwinrc"."Desktops"."Number" = 1; - "kwinrc"."Desktops"."Rows" = 1; + "kwinrc"."Desktops"."Id_2" = "51266a99-9eeb-4a62-a7f1-8b9ddedc5296"; + "kwinrc"."Desktops"."Id_3" = "7b7d4799-86fe-4b40-8951-1eac646f2707"; + "kwinrc"."Desktops"."Id_4" = "686aa552-08df-4324-89fd-6f327fc70802"; + "kwinrc"."Desktops"."Id_5" = "4bed024c-ec67-426b-8155-30ea753b0bda"; + "kwinrc"."Desktops"."Id_6" = "dd242c1f-ba7d-4660-96ee-2e39899021bb"; + "kwinrc"."Desktops"."Number" = 6; + "kwinrc"."Desktops"."Rows" = 2; "kwinrc"."Plugins"."kwin4_effect_fadeEnabled" = true; "kwinrc"."Plugins"."kwin4_effect_scaleEnabled" = false; "kwinrc"."Plugins"."kwin4_effect_squashEnabled" = false;