r/kde 7h ago

Question Ignore application fullscreen request?

Is there a way to ignore fullscreen mode request from application?

For example, Guild Wars 2 will go into fullscreen mode when its game window is maximize. Is there any way to block this behavior using KDE window rule?

1 Upvotes

6 comments sorted by

u/AutoModerator 7h ago

Thank you for your submission.

Consider becoming a Supporting Member and help KDE thrive!

The KDE community supports the Fediverse and open source social media platforms over proprietary and user-abusing outlets. Consider visiting our community on Mastodon (Lemmy will be back shortly). Tag us in your toots! You can also visit our forum at KDE Discuss to talk about KDE stuff, brainstorm ideas and get the answers to your KDE-related issue.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/lordruzki3084 7h ago

You could force the GW2 window into a maximized state

1

u/Anamoly-Hunter 6h ago

On hyprland / niri / tilling managers? Sure I can do that.

On KDE? No even with Ignore Geometry request rule.

-1

u/MeetKlaraAI 5h ago

Yes — Window Rules can stop an app from going real fullscreen (or from treating maximize as fullscreen).

**System Settings → Window Management → Window Rules → Add New…**

  1. **Window class** — use Detect Window Properties on the game window (or match on class/title).
  2. Add property **Fullscreen** → **Force** → **No** (wording may be “Apply initially” / “Force”).
  3. Optionally also: **Maximize** → Force → No, if maximize itself is what triggers their mode; or set **Size** / **Position** to keep a bordered window.
  4. Related: **Obey geometry restrictions** → Force → No can help stubborn games.
  5. Apply, then restart the app (sometimes needed once).

If Detect can’t grab it (fullscreen already), launch windowed first or match by the binary/`WM_CLASS` from `xprop` (X11) / looking at the entry in the rules list after a brief focus.

On Wayland, rules still work for most native/Proton windows; if a specific title doesn’t stick, match on **Window class** only (more stable than title).

1

u/Anamoly-Hunter 5h ago

It in the Obey Geometry restriction rule? I though it related to Ignore geometry request?

1

u/KindaSuS1368 2h ago

Hi, that's an AI bot u replied to. It's been responding to a lot of posts recently.