Skip to content

[BUG] Config errors with Hyprland v0.51.0 (Gestures - Bordersize) #1306

Description

@sanecodeguy

Description

HyDE configs fail to load on Hyprland v0.51.0 due to deprecated/renamed options (border_size, no_border_on_floating, gestures:workspace_swipe). This breaks default userprefs and gestures until manually fixed.

Steps to Reproduce

  1. Install HyDE on Arch Linux.
  2. Update Hyprland to v0.51.0.
  3. Run Hyprland or reload configs.
  4. Errors appear above waybar
  5. config option <border_size> does not exist
  6. config option <no_border_on_floating> does not exist
  7. config option gestures:workspace_swipe does not exist

Expected Behavior

  • Hyde config should load without errors on Hyprland v0.51.0
  • Gestures and borders should apply correctly using Hyde defaults

Actual Behavior

  • Hyprland throws config errors:
  • config option <border_size> does not exist
  • config option <no_border_on_floating> does not exist
  • Gestures fail to work - Requires keybindings to traverse workspaces.

Screenshots

No response

Environment

hyprland_systeminfo.txt

no flags were set

Additional Information

Replacing the old keys fixes the issue:

border_size = 2                    #  removed in v0.51.0
no_border_on_floating = true

New equivalent:

general {
    col.active_border = rgb(89b4fa)
    col.inactive_border = rgb(585b70)
}

gestures {
    workspace_swipe = true   #  works in v0.51.0
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions