What to change in strawberry.conf to open not minimized to system tray
-
strawberry.conf
setting so that Strawberry does not open minimized to system tray. On Gnome 42, there seems to be no option for unminimizing Strawberry. -
@zoof I had the same issue. You can change [Behaviour] startupbehaviour to 2, for example. Here are the possible values:
enum StartupBehaviour { Startup_Remember = 1, Startup_Show = 2, Startup_Hide = 3, Startup_ShowMaximized = 4, Startup_ShowMinimized = 5, };