hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.58k stars 902 forks source link

Support tearing on special workspaces #7143

Open Cloudperry opened 3 months ago

Cloudperry commented 3 months ago

Description

I made an IPC script that puts any fullscreen game on its own special workspace so that I can easily go back between my desktop and a game. FPS games felt off with this setup so I noticed that tearing was off.

From the code it seems that tearing is intentionally blocked for special workspaces. Why is that? Would it be easy to support tearing on special workspaces?

vaxerski commented 3 months ago

just needs a few ifs more probably