plasma: Use new kwin configuration module options for configuring virtual desktops
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
072a5e511e
commit
ebaa8d06a4
2 changed files with 5 additions and 17 deletions
|
@ -16,6 +16,11 @@
|
|||
lookAndFeel = "org.kde.breezedark.desktop";
|
||||
wallpaper = "${pkgs.libsForQt5.plasma-workspace-wallpapers}/share/wallpapers/MilkyWay/contents/images/1080x1920.png";
|
||||
};
|
||||
kwin.virtualDesktops = {
|
||||
rows = 1;
|
||||
number = 6;
|
||||
names = ["Web" "Main" "Comm" "Aux1" "Aux2" "Music"];
|
||||
};
|
||||
|
||||
shortcuts = {
|
||||
ksmserver = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue