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
- Install HyDE on Arch Linux.
- Update Hyprland to v0.51.0.
- Run Hyprland or reload configs.
- Errors appear above waybar
- config option <border_size> does not exist
- config option <no_border_on_floating> does not exist
- 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
}
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
Expected Behavior
Actual Behavior
Screenshots
No response
Environment
hyprland_systeminfo.txt
no flags were set
Additional Information
Replacing the old keys fixes the issue:
New equivalent: