Added translucency

This commit is contained in:
EsVagy42 2025-06-09 19:20:59 +02:00
parent 6957db64f0
commit 377932512b
2 changed files with 6 additions and 1 deletions

View file

@ -1 +1 @@
Added Meta Alt L as lock screen shortcut
Added translucency

View file

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