Feat/hyprland lua config - #61
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a4c7ce5f94
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| }; | ||
|
|
||
| resize = { | ||
| onDispatch = "reset"; |
There was a problem hiding this comment.
Keep resize mode active between adjustments
Setting onDispatch = "reset" on the resize submap exits the mode after the first H/J/K/L adjustment. The previous configuration reset only on Return or Escape, allowing several resize steps; now subsequent direction keys are handled outside the submap and do nothing unless the user re-enters resize mode each time. Remove the automatic reset from this submap and retain it only on the explicit exit bindings.
Useful? React with 👍 / 👎.
No description provided.