mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08:00
8 lines
218 B
Bash
Executable File
8 lines
218 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Launch the Omarchy bluetooth controls TUI (provided by bluetui).
|
|
# Also attempts to unblock bluetooth service if rfkill had blocked it.
|
|
|
|
rfkill unblock bluetooth
|
|
exec omarchy-launch-or-focus-tui bluetui
|