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