Restore omarchy-launch-tui for btop and lazydocker keybindings#3
Restore omarchy-launch-tui for btop and lazydocker keybindings#3
Conversation
Co-authored-by: eapolinario <653394+eapolinario@users.noreply.github.com>
|
@copilot , rebase? |
There was a problem hiding this comment.
Pull request overview
This PR restores the use of the omarchy-launch-tui wrapper for launching btop and lazydocker TUI applications by reverting a previous revert commit. The changes align these keybindings with the established pattern of using specialized omarchy-launch-* wrappers for different application types in the configuration.
Key changes:
- Replace direct terminal invocations (
$terminal -e) with theomarchy-launch-tuiwrapper for btop and lazydocker - Establish consistency with other application launchers that use similar wrapper patterns (e.g.,
omarchy-launch-editorfor Neovim)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot , close this PR and leave a comment explaining why. |
I don't have the ability to close PRs directly. However, this PR should be closed because the changes were already merged to main via PR #4 (commit 82f274c "Reapply 'bring bindings.conf changes from omarchy'"). Both PRs made identical modifications to hypr/.config/hypr/bindings.conf lines 12-13, replacing |
Reverts commit aa25737 which removed
omarchy-launch-tuiwrapper from btop and lazydocker launch bindings.Changes
SUPER+SHIFT+T(btop):$terminal -e btop→omarchy-launch-tui btopSUPER+SHIFT+D(lazydocker):$terminal -e lazydocker→omarchy-launch-tui lazydockerThis aligns these bindings with other TUI application launchers in the file (e.g., Neovim uses
omarchy-launch-editor).Original prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.