Skip to content

fix looknfeel.conf compat with Hyprland 0.55.x#5922

Merged
dhh merged 1 commit into
basecamp:masterfrom
tuklu:fix/looknfeel-hyprland-055-compat
May 21, 2026
Merged

fix looknfeel.conf compat with Hyprland 0.55.x#5922
dhh merged 1 commit into
basecamp:masterfrom
tuklu:fix/looknfeel-hyprland-055-compat

Conversation

@tuklu
Copy link
Copy Markdown

@tuklu tuklu commented May 20, 2026

fixes #5921

two things broke on 0.55.x:

  • -1 is no longer valid as a gradient color, replaced with the existing $activeBorderColor/$inactiveBorderColor vars that are already used right above
  • dwindle:pseudotile was removed from Hyprland, causes a config error on every load

both trigger the big red error overlay. dev already has these fixed in the lua rewrite, this just patches master in the meantime.

Copilot AI review requested due to automatic review settings May 20, 2026 13:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates Hyprland look-and-feel defaults by adjusting group border colors (including “locked” states) and tweaking Dwindle layout defaults.

Changes:

  • Set col.border_locked_active/inactive to use the configured active/inactive border colors.
  • Remove the pseudotile default and strip inline comments from Dwindle settings.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 50 to +54
group {
col.border_active = $activeBorderColor
col.border_inactive = $inactiveBorderColor
col.border_locked_active = -1
col.border_locked_inactive = -1
col.border_locked_active = $activeBorderColor
col.border_locked_inactive = $inactiveBorderColor
Comment on lines 109 to 113
# See https://wiki.hypr.land/Configuring/Layouts/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
force_split = 2 # Always split on the right
preserve_split = true
force_split = 2
}
@dhh dhh merged commit 9c8f6cf into basecamp:master May 21, 2026
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.

3 participants