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