Following earlier updates that removed special color handling for fullscreen mode, tracking the application's fullscreen state is no longer necessary. This update removes the explicit state tracking and _NET_SUPPORTED Window Manager feature checks, instead simply sending a toggle request (_NET_WM_STATE_FULLSCREEN) directly to the WM. By dropping the synchronous X11 property queries during window initialization, this simplifies the code and marginally speeds up startup.
