Add virtual desktop conf
This commit is contained in:
parent
d76e388c3a
commit
0d4a275cb8
1 changed files with 9 additions and 4 deletions
13
plasma.nix
13
plasma.nix
|
@ -151,7 +151,7 @@
|
||||||
"kdeglobals"."General"."XftHintStyle" = "hintmedium";
|
"kdeglobals"."General"."XftHintStyle" = "hintmedium";
|
||||||
"kdeglobals"."General"."XftSubPixel" = "rgb";
|
"kdeglobals"."General"."XftSubPixel" = "rgb";
|
||||||
"kdeglobals"."General"."fixed" = "FiraCode Nerd Font,10,-1,5,50,0,0,0,0,0";
|
"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"."KDE"."widgetStyle" = "Breeze";
|
||||||
"kdeglobals"."KFileDialog Settings"."Allow Expansion" = false;
|
"kdeglobals"."KFileDialog Settings"."Allow Expansion" = false;
|
||||||
"kdeglobals"."KFileDialog Settings"."Automatically select filename extension" = true;
|
"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.plasma.emojier.desktop"."_k_friendly_name" = "Emoji Selector";
|
||||||
"kglobalshortcutsrc"."org.kde.spectacle.desktop"."_k_friendly_name" = "Spectacle";
|
"kglobalshortcutsrc"."org.kde.spectacle.desktop"."_k_friendly_name" = "Spectacle";
|
||||||
"kglobalshortcutsrc"."org_kde_powerdevil"."_k_friendly_name" = "Power Management";
|
"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";
|
"kglobalshortcutsrc"."systemsettings.desktop"."_k_friendly_name" = "System Settings";
|
||||||
"kiorc"."Confirmations"."ConfirmDelete" = false;
|
"kiorc"."Confirmations"."ConfirmDelete" = false;
|
||||||
"kiorc"."Confirmations"."ConfirmEmptyTrash" = false;
|
"kiorc"."Confirmations"."ConfirmEmptyTrash" = false;
|
||||||
|
@ -214,8 +214,13 @@
|
||||||
"kwalletrc"."org.freedesktop.secrets"."apiEnabled" = true;
|
"kwalletrc"."org.freedesktop.secrets"."apiEnabled" = true;
|
||||||
"kwinrc"."Compositing"."LatencyPolicy" = "High";
|
"kwinrc"."Compositing"."LatencyPolicy" = "High";
|
||||||
"kwinrc"."Desktops"."Id_1" = "6b86c814-0a63-4a66-83aa-8f923109b8dc";
|
"kwinrc"."Desktops"."Id_1" = "6b86c814-0a63-4a66-83aa-8f923109b8dc";
|
||||||
"kwinrc"."Desktops"."Number" = 1;
|
"kwinrc"."Desktops"."Id_2" = "51266a99-9eeb-4a62-a7f1-8b9ddedc5296";
|
||||||
"kwinrc"."Desktops"."Rows" = 1;
|
"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_fadeEnabled" = true;
|
||||||
"kwinrc"."Plugins"."kwin4_effect_scaleEnabled" = false;
|
"kwinrc"."Plugins"."kwin4_effect_scaleEnabled" = false;
|
||||||
"kwinrc"."Plugins"."kwin4_effect_squashEnabled" = false;
|
"kwinrc"."Plugins"."kwin4_effect_squashEnabled" = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue