Skip to content

Commit 2dba662

Browse files
Docs: align Omarchy integration with upstream launcher behavior
1 parent 3085fec commit 2dba662

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff 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

141139
Optional Hyprland size rule for `org.omarchy.nettui`:

0 commit comments

Comments
 (0)