Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
perrylets opened this issue Oct 28, 2024 · 1 comment
Labels
type: bug Something isn't working

Comments

@perrylets
Copy link

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 perrylets added the type: bug Something isn't working label Oct 28, 2024
@github-project-automation github-project-automation bot moved this to 📬 Needs triage in glazewm Oct 28, 2024
@perrylets
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: 📬 Needs triage
Development

No branches or pull requests

1 participant