fix: replace deprecated hyprland dwindle options (pseudotile, togglesplit) #7

Merged
gortium merged 2 commits from fix/hyprland-deprecated-options into master 2026-05-15 15:24:56 +00:00
Collaborator

Summary

Fix two errors caused by Hyprland 0.55+ deprecating hyprlang config options:

  1. dwindle.pseudotile — variable removed entirely. Pseudotiling now uses the pseudo dispatcher per-window.
  2. togglesplit — standalone dispatcher removed. Replaced with pseudo dispatcher on $mainMod + P (matches original intent per the config comments).

Also updated the gortium-dotfiles Hermes skill to use absolute paths for common edit locations.

## Summary Fix two errors caused by Hyprland 0.55+ deprecating hyprlang config options: 1. **`dwindle.pseudotile`** — variable removed entirely. Pseudotiling now uses the `pseudo` dispatcher per-window. 2. **`togglesplit`** — standalone dispatcher removed. Replaced with `pseudo` dispatcher on `$mainMod + P` (matches original intent per the config comments). Also updated the `gortium-dotfiles` Hermes skill to use absolute paths for common edit locations.
Hermes added 1 commit 2026-05-15 15:18:28 +00:00
- pseudotile variable removed from dwindle block in Hyprland 0.55+
- togglesplit standalone dispatcher removed, use pseudo dispatcher instead (matches original intent)
- Skill updated with absolute paths for common edit locations
gortium added 1 commit 2026-05-15 15:23:47 +00:00
gortium merged commit 7b1998a40d into master 2026-05-15 15:24:56 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/dotfiles#7
No description provided.