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 = {
"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;