mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-28 12:49:25 +00:00
Start manual as a webapp
This commit is contained in:
@ -126,7 +126,8 @@ setup_menu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
open_manual() {
|
open_manual() {
|
||||||
xdg-open "https://manuals.omamix.org/2/the-omarchy-manual"
|
setsid chromium --new-window --ozone-platform=wayland --app="https://manuals.omamix.org/2/the-omarchy-manual" >/dev/null 2>&1 &
|
||||||
|
clear
|
||||||
}
|
}
|
||||||
|
|
||||||
ack_command() {
|
ack_command() {
|
||||||
@ -134,4 +135,3 @@ ack_command() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
main_menu
|
main_menu
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user