File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,27 +115,25 @@ omarchy-launch-or-focus-tui nettui
115115
116116## 🧩 Omarchy integration
117117
118- Launcher behavior depends on your local Omarchy scripts.
119-
120- Check current behavior:
118+ Official Omarchy ` dev ` launcher (` bin/omarchy-launch-wifi ` ) is:
121119
122120``` bash
123- sed -n 1,220p ~ /.local/share/omarchy/bin/omarchy-launch- wifi
124- sed -n 1,180p ~ /.local/share/ omarchy/bin/omarchy -launch-ethernet
121+ rfkill unblock wifi
122+ omarchy-launch-or-focus-tui impala
125123```
126124
127- By default on many setups:
125+ So installing ` ethtui ` alone does not replace Wi-Fi handling automatically.
128126
129- - Wi-Fi click path prefers ` impala `
130- - Ethernet fallback can use ` ethtui ` when available
127+ To use ` nettui ` instead of ` impala ` in your local Omarchy install:
131128
132- That means installing ` ethtui ` alone usually does ** not** replace Wi-Fi handling automatically.
129+ ``` bash
130+ sed -i ' s/omarchy-launch-or-focus-tui impala/omarchy-launch-or-focus-tui nettui/g' ~ /.local/share/omarchy/bin/omarchy-launch-wifi
131+ ```
133132
134- To force ` nettui ` for network clicks :
133+ Verify :
135134
136135``` bash
137- sed -i ' s/omarchy-launch-or-focus-tui impala/omarchy-launch-or-focus-tui nettui/g' ~ /.local/share/omarchy/bin/omarchy-launch-wifi
138- sed -i ' s/omarchy-launch-or-focus-tui ethtui/omarchy-launch-or-focus-tui nettui/g' ~ /.local/share/omarchy/bin/omarchy-launch-ethernet
136+ sed -n ' 1,120p' ~ /.local/share/omarchy/bin/omarchy-launch-wifi
139137```
140138
141139Optional Hyprland size rule for ` org.omarchy.nettui ` :
You can’t perform that action at this time.
0 commit comments