diff --git a/programs/desktop/plasma6/default.nix b/programs/desktop/plasma6/default.nix index 9a56f52..7c72121 100644 --- a/programs/desktop/plasma6/default.nix +++ b/programs/desktop/plasma6/default.nix @@ -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;