Kde/plasma: set up cursor theme
This commit is contained in:
parent
394ec6e788
commit
cbdd6192fe
1 changed files with 4 additions and 1 deletions
|
|
@ -88,7 +88,10 @@ in
|
||||||
};
|
};
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
workspace.clickItemTo = "select";
|
workspace = {
|
||||||
|
clickItemTo = "select";
|
||||||
|
cursorTheme = "Breeze_Snow";
|
||||||
|
};
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
"kwin" = {
|
"kwin" = {
|
||||||
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];
|
"Switch One Desktop to the Left" = [ "Meta+Ctrl+Left" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue