kwin tweaks

This commit is contained in:
Evie Litherland-Smith 2024-06-26 06:32:36 +01:00
parent dc303f5a30
commit 05e85dd0cf

View file

@ -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;