Kde: add desktop switching shortcuts
This commit is contained in:
parent
62ef357aff
commit
2e73463ebc
1 changed files with 6 additions and 0 deletions
|
|
@ -135,6 +135,12 @@ in
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
workspace.clickItemTo = "select";
|
workspace.clickItemTo = "select";
|
||||||
|
shortcuts = {
|
||||||
|
"kwin" = {
|
||||||
|
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];
|
||||||
|
"Switch One Desktop to the Right" = [ "Meta+Ctrl+Right" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue