Skip to content

Update Forge GNOME extension fork to main#518

Closed
Cartoone9 wants to merge 1 commit intoforge-ext:mainfrom
Cartoone9:claude/update-forge-extension-SaGSg
Closed

Update Forge GNOME extension fork to main#518
Cartoone9 wants to merge 1 commit intoforge-ext:mainfrom
Cartoone9:claude/update-forge-extension-SaGSg

Conversation

@Cartoone9
Copy link
Copy Markdown

Refactor showWindowBorders() into showWindowBordersFor(metaWindow) so borders can be drawn for any window, not just the focused one. Then updateBorderLayout() iterates over every tracked node-window on the active workspace and renders a border for each non-minimized window, tagging unfocused ones with the window-unfocused style class so themes can distinguish them from the focused border.

Also fix a latent bug in the split-border guard where !maximized was checking truthiness of the arrow function (always true) instead of invoking it as !maximized().

Refactor showWindowBorders() into showWindowBordersFor(metaWindow) so
borders can be drawn for any window, not just the focused one. Then
updateBorderLayout() iterates over every tracked node-window on the
active workspace and renders a border for each non-minimized window,
tagging unfocused ones with the `window-unfocused` style class so
themes can distinguish them from the focused border.

Also fix a latent bug in the split-border guard where `!maximized` was
checking truthiness of the arrow function (always true) instead of
invoking it as `!maximized()`.
@Cartoone9 Cartoone9 closed this Apr 14, 2026
@Cartoone9 Cartoone9 deleted the claude/update-forge-extension-SaGSg branch April 14, 2026 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants