Compare commits
No commits in common. "a59545e818c08a5e78a0b4b0359b65e0ef095b66" and "786e3cd9ba3b9ea5dffd9d2d56dd7b0e5001740a" have entirely different histories.
a59545e818
...
786e3cd9ba
|
@ -256,12 +256,11 @@
|
|||
breezerc = {
|
||||
Common = {
|
||||
OutlineClassButton = true;
|
||||
OutlineCloseButtone = true;
|
||||
ShadowSize = "ShadowVeryLarge";
|
||||
ShadowStrength = "128";
|
||||
};
|
||||
Style = {
|
||||
MenuOpacity = "100";
|
||||
MenuOpacity = "80";
|
||||
};
|
||||
};
|
||||
dolphinrc = {
|
||||
|
@ -296,9 +295,9 @@
|
|||
# blur to all windows
|
||||
Inactive = 100;
|
||||
MoveResize = 100;
|
||||
Dialogs = 100;
|
||||
ComboboxPopups = 100;
|
||||
Menus = 100;
|
||||
Dialogs = 50;
|
||||
ComboboxPopups = 50;
|
||||
Menus = 50;
|
||||
};
|
||||
"org.kde.kdecoration2" = {
|
||||
BorderSize = "None";
|
||||
|
|
Loading…
Reference in a new issue