Add kwin effects
This commit is contained in:
parent
78b93df27a
commit
d4c1cebada
1 changed files with 7 additions and 0 deletions
|
@ -22,6 +22,13 @@
|
||||||
kwin = {
|
kwin = {
|
||||||
edgeBarrier = 0; # Disables the highlighting when approaching an edge with an effect
|
edgeBarrier = 0; # Disables the highlighting when approaching an edge with an effect
|
||||||
cornerBarrier = false;
|
cornerBarrier = false;
|
||||||
|
|
||||||
|
effects = {
|
||||||
|
blur.enable = true;
|
||||||
|
shakeCursor.enable = false;
|
||||||
|
translucency.enable = true;
|
||||||
|
wobblyWindows.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
kscreenlocker = {
|
kscreenlocker = {
|
||||||
|
|
Loading…
Reference in a new issue