Plasma
This commit is contained in:
parent
35bc65b51f
commit
3aedd98119
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ theme, ... }: {
|
{ theme, ... }: {
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
configFile = {
|
configFile = {
|
||||||
|
# Configure 4 desktops
|
||||||
"kwinrc"."Desktops"."Id_1" = "6397510c-04f5-4aaf-bff9-66cea108b111";
|
"kwinrc"."Desktops"."Id_1" = "6397510c-04f5-4aaf-bff9-66cea108b111";
|
||||||
"kwinrc"."Desktops"."Id_2" = "99b48444-5d80-4ea3-9602-35235349b6f9";
|
"kwinrc"."Desktops"."Id_2" = "99b48444-5d80-4ea3-9602-35235349b6f9";
|
||||||
"kwinrc"."Desktops"."Id_3" = "4a2ae169-0b7e-43ed-97c6-8a2d55b0a379";
|
"kwinrc"."Desktops"."Id_3" = "4a2ae169-0b7e-43ed-97c6-8a2d55b0a379";
|
||||||
|
@ -9,9 +10,6 @@
|
||||||
"kwinrc"."Desktops"."Rows" = 1;
|
"kwinrc"."Desktops"."Rows" = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
hotkeys = {
|
|
||||||
|
|
||||||
};
|
|
||||||
workspace = {
|
workspace = {
|
||||||
clickItemTo = "select";
|
clickItemTo = "select";
|
||||||
iconTheme = "Papirus-Dark";
|
iconTheme = "Papirus-Dark";
|
||||||
|
@ -23,7 +21,8 @@
|
||||||
{
|
{
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
floating = true;
|
floating = true;
|
||||||
height = 36;
|
opacity = "adaptive";
|
||||||
|
height = 40;
|
||||||
|
|
||||||
widgets = [
|
widgets = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue