Increase height of dock panel
This commit is contained in:
parent
d68dee3133
commit
f1fadf0cef
|
@ -126,7 +126,7 @@
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
height = 36;
|
height = 48;
|
||||||
lengthMode = "fit";
|
lengthMode = "fit";
|
||||||
location = "bottom";
|
location = "bottom";
|
||||||
alignment = "center";
|
alignment = "center";
|
||||||
|
@ -265,17 +265,6 @@
|
||||||
apiEnabled = false;
|
apiEnabled = false;
|
||||||
};
|
};
|
||||||
kcminputrc.Keyboard.NumLock = 1;
|
kcminputrc.Keyboard.NumLock = 1;
|
||||||
yakuakerc = {
|
|
||||||
Dialogs.FirstRun = false;
|
|
||||||
Window = {
|
|
||||||
DynamicTabTitles = true;
|
|
||||||
Height = 80;
|
|
||||||
Width = 80;
|
|
||||||
KeepOpen = true;
|
|
||||||
ShowSystrayIcon = false;
|
|
||||||
ShowTitleBar = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
plasmanotifyrc = {
|
plasmanotifyrc = {
|
||||||
Notifications = {
|
Notifications = {
|
||||||
NormalAlwaysOnTop = true;
|
NormalAlwaysOnTop = true;
|
||||||
|
|
Loading…
Reference in a new issue