glzr-io / glazewm

GlazeWM is a tiling window manager for Windows inspired by i3wm.
GNU General Public License v3.0
6.64k stars 194 forks source link

[Bug] Windows Terminal and Steam Big Picture leave a gap on the bottom of the screen when maximized #814

Open perrylets opened 4 weeks ago

perrylets commented 4 weeks ago

Describe the bug

When steam big picture is opened or windows terminal is maximized, there's a 2 pixel gap between the bottom of the window and the bottom of the screen. image

Reproduction

window_behavior:
  initial_state: "tiling"
  state_defaults:
    floating:
      centered: true
      shown_on_top: false
    fullscreen:
      maximized: true
      shown_on_top: false

window_rules:
  - commands: ["ignore"]
    match:
      - window_process: { equals: "steamwebhelper" }
        window_title: { equals: "Big Picture" }

  - commands: ["set-floating"]
    match:
      - window_process: { equals: "steamwebhelper" }
        window_title: { not_regex: "(Steam|Big Picture)" }

keybindings:
  - commands: ["toggle-fullscreen"]
    bindings: ["alt+x"]

Stack trace or error logs (if applicable)

No response

Version number

3.5.0

perrylets commented 4 weeks ago

Also fullscreen videos on youtube are treated like a maximized window, with a highlighted border and rounded corners, even if maximizing the browser works fine. Tested on the latest Zen Browser and Ungoogled Chromium as of writing.