changes
This commit is contained in:
parent
1abf84fca2
commit
8c1b135dbc
1 changed files with 6 additions and 5 deletions
11
home/all.nix
11
home/all.nix
|
|
@ -423,7 +423,7 @@
|
|||
apply = "force";
|
||||
};
|
||||
opacityinactive = {
|
||||
value = 95;
|
||||
value = 100;
|
||||
apply = "force";
|
||||
};
|
||||
};
|
||||
|
|
@ -539,18 +539,19 @@
|
|||
|
||||
configFile = {
|
||||
# kdeglobals.KDE.AutomaticLookAndFeel = true;
|
||||
kwinrc.Round-Corners.ActiveOutlinePalette = 3;
|
||||
kwinrc.Round-Corners.ActiveOutlinePalette = 2;
|
||||
kwinrc.Round-Corners.ActiveOutlineUseCustom = false;
|
||||
kwinrc.Round-Corners.ActiveOutlineUsePalette = true;
|
||||
kwinrc.Round-Corners.ActiveSecondOutlinePalette = 3;
|
||||
kwinrc.Round-Corners.ActiveSecondOutlinePalette = 2;
|
||||
kwinrc.Round-Corners.ActiveSecondOutlineUseCustom = false;
|
||||
kwinrc.Round-Corners.ActiveSecondOutlineUsePalette = true;
|
||||
kwinrc.Round-Corners.InactiveOutlinePalette = 2;
|
||||
kwinrc.Round-Corners.InactiveOutlinePalette = 3;
|
||||
kwinrc.Round-Corners.InactiveOutlineUseCustom = false;
|
||||
kwinrc.Round-Corners.InactiveOutlineUsePalette = true;
|
||||
kwinrc.Round-Corners.InactiveSecondOutlinePalette = 2;
|
||||
kwinrc.Round-Corners.InactiveSecondOutlinePalette = 3;
|
||||
kwinrc.Round-Corners.InactiveSecondOutlineUseCustom = false;
|
||||
kwinrc.Round-Corners.InactiveSecondOutlineUsePalette = true;
|
||||
plasmaparc.General.AudioFeedback = false;
|
||||
kdeglobals.Sounds.Enable = false;
|
||||
kwinrc.Plugins.forceblurEnabled = true;
|
||||
kwinrc.Effect-blurplus.BlurDecorations = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue