Compare commits
2 commits
786e3cd9ba
...
a59545e818
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | a59545e818 | ||
Evie Litherland-Smith | d6c80adf66 |
|
@ -256,11 +256,12 @@
|
||||||
breezerc = {
|
breezerc = {
|
||||||
Common = {
|
Common = {
|
||||||
OutlineClassButton = true;
|
OutlineClassButton = true;
|
||||||
|
OutlineCloseButtone = true;
|
||||||
ShadowSize = "ShadowVeryLarge";
|
ShadowSize = "ShadowVeryLarge";
|
||||||
ShadowStrength = "128";
|
ShadowStrength = "128";
|
||||||
};
|
};
|
||||||
Style = {
|
Style = {
|
||||||
MenuOpacity = "80";
|
MenuOpacity = "100";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
dolphinrc = {
|
dolphinrc = {
|
||||||
|
@ -295,9 +296,9 @@
|
||||||
# blur to all windows
|
# blur to all windows
|
||||||
Inactive = 100;
|
Inactive = 100;
|
||||||
MoveResize = 100;
|
MoveResize = 100;
|
||||||
Dialogs = 50;
|
Dialogs = 100;
|
||||||
ComboboxPopups = 50;
|
ComboboxPopups = 100;
|
||||||
Menus = 50;
|
Menus = 100;
|
||||||
};
|
};
|
||||||
"org.kde.kdecoration2" = {
|
"org.kde.kdecoration2" = {
|
||||||
BorderSize = "None";
|
BorderSize = "None";
|
||||||
|
|
Loading…
Reference in a new issue