update plasma
This commit is contained in:
parent
6693299535
commit
e0ce786646
2 changed files with 9 additions and 3 deletions
|
|
@ -61,8 +61,14 @@
|
||||||
|
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
# my volume down key broke as hell boy
|
# my volume down key broke as hell boy
|
||||||
kmix.decrease_volume = "Volume Mute";
|
kmix.decrease_volume = [
|
||||||
kmix.decrease_volume_small = "Shift+Volume Mute";
|
"Volume Mute"
|
||||||
|
"Volume Down"
|
||||||
|
];
|
||||||
|
kmix.decrease_volume_small = [
|
||||||
|
"Shift+Volume Mute"
|
||||||
|
"Shift+Volume Down"
|
||||||
|
];
|
||||||
kmix.increase_volume = "Volume Up";
|
kmix.increase_volume = "Volume Up";
|
||||||
kmix.increase_volume_small = "Shift+Volume Up";
|
kmix.increase_volume_small = "Shift+Volume Up";
|
||||||
kmix.mute = "Sleep";
|
kmix.mute = "Sleep";
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@
|
||||||
# translucency.enable = true;
|
# translucency.enable = true;
|
||||||
# windowOpenClose.animation = "fade";
|
# windowOpenClose.animation = "fade";
|
||||||
blur = {
|
blur = {
|
||||||
enable = false;
|
enable = true;
|
||||||
noiseStrength = 8;
|
noiseStrength = 8;
|
||||||
strength = 5;
|
strength = 5;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue