diff --git a/commit_text b/commit_text index 332c111..78e3cab 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Added Meta Alt L as lock screen shortcut +Added translucency diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 3d62b2a..86083f3 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -1649,6 +1649,11 @@ "spectaclerc"."VideoSave"."translatedScreencastsFolder" = "Screencasts"; "plasmashellrc"."PIMEventsPlugin"."calendars" = 265; # set the calendar used for the clock/calendar widget in the top panel "plasma_calendar_holiday_regions"."General"."selectedRegions" = "hu_hu"; # set holidays for the widget + "kwinrc"."Plugins"."translucencyEnabled" = true; # enable and set up translucency for inactive windows + "kwinrc"."Effect-translucency" = { + Inactive = 90; + MoveResize = 100; + }; }; }; }