kde: Fix some issues with the configuration
This commit is contained in:
parent
a985dbf760
commit
875c9912cc
1 changed files with 9 additions and 5 deletions
|
@ -123,14 +123,18 @@
|
|||
|
||||
configFile = {
|
||||
kwinrc = {
|
||||
Desktops.Number = {
|
||||
value = 9;
|
||||
rows = 3;
|
||||
Desktops = {
|
||||
Number = {
|
||||
value = 9;
|
||||
};
|
||||
Rows = {
|
||||
value = 3;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
plasmaashellrc = {
|
||||
PlasmaViews."Panel 2".Defaults = {
|
||||
PlasmaViews = {
|
||||
panelOpacity = 2;
|
||||
};
|
||||
};
|
||||
|
@ -148,7 +152,7 @@
|
|||
enable = true;
|
||||
defaultProfile = "hu";
|
||||
extraConfig = {
|
||||
MenuBar = "Disabled";
|
||||
# MenuBar = "Disabled";
|
||||
MainWindow.MenuBar = "Disabled";
|
||||
};
|
||||
profiles.hu = {
|
||||
|
|
Loading…
Reference in a new issue