kwin tweaks
This commit is contained in:
parent
dc303f5a30
commit
05e85dd0cf
|
@ -141,6 +141,7 @@
|
|||
kwin = {
|
||||
"Walk Through Windows of Current Application" = "Alt+`";
|
||||
"Walk Through Windows of Current Application (Reverse)" = "Alt+¬";
|
||||
"ToggleMouseClick" = "Meta+*";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -180,6 +181,11 @@
|
|||
};
|
||||
};
|
||||
kwinrc = {
|
||||
Plugins = {
|
||||
frozenappEnabled = false;
|
||||
mouseclickEnabled = true;
|
||||
shakecursorEnabled = true;
|
||||
};
|
||||
Windows = {
|
||||
FocusPolicy = "FocusFollowsMouse";
|
||||
RollOverDesktops = true;
|
||||
|
@ -190,6 +196,13 @@
|
|||
LatitudeFixed = "51.7";
|
||||
LongitudeFixed = "-1.2";
|
||||
};
|
||||
"Effect-translucency" = {
|
||||
Inactive = 100;
|
||||
MoveResize = 80;
|
||||
Dialogs = 80;
|
||||
ComboboxPopups = 80;
|
||||
Menus = 80;
|
||||
};
|
||||
};
|
||||
plasmanotifyrc.Notifications = {
|
||||
NormalAlwaysOnTop = true;
|
||||
|
|
Reference in a new issue