Kde: set up virtual desktops

This commit is contained in:
Toast 2023-10-22 12:43:52 +02:00
parent 2e73463ebc
commit d0f8eab6c9

View file

@ -141,6 +141,12 @@ in
"Switch One Desktop to the Right" = [ "Meta+Ctrl+Right" ]; "Switch One Desktop to the Right" = [ "Meta+Ctrl+Right" ];
}; };
}; };
configFile = {
"kwinrc"."Desktops" = {
"Number" = 2;
"Rows" = 1;
};
};
}; };
}]; }];
} }