Hacker News new | ask | show | jobs
by FeepingCreature 14 days ago
You can also disable compositing conditionally in KDE, such as when a game window is opened.
1 comments

Not in Wayland, the whole point of Wayland is to make stuff the X server + compositor + various other bits into the window manager.
For full-screen applications, Wayland has a protocol to let it display frames at its own pace - meant mostly for games for this very reason.
With X11, you can disable composition for windowed apps as well.