Kde: add desktop switching shortcuts

This commit is contained in:
Toast 2023-10-22 04:08:20 +02:00
parent 62ef357aff
commit 2e73463ebc

View file

@ -135,6 +135,12 @@ in
programs.plasma = {
enable = true;
workspace.clickItemTo = "select";
shortcuts = {
"kwin" = {
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];
"Switch One Desktop to the Right" = [ "Meta+Ctrl+Right" ];
};
};
};
}];
}