Link to the manual from here too
This commit is contained in:
parent
15d4ed80a9
commit
8e1beac707
@ -3,6 +3,7 @@
|
|||||||
show_cmd_menu() {
|
show_cmd_menu() {
|
||||||
local menu_options=" Start Screensaver
|
local menu_options=" Start Screensaver
|
||||||
Show Keybindings
|
Show Keybindings
|
||||||
|
Open Manual
|
||||||
Take Screenshot
|
Take Screenshot
|
||||||
Start Screenrecord
|
Start Screenrecord
|
||||||
Choose Theme
|
Choose Theme
|
||||||
@ -17,6 +18,7 @@ show_cmd_menu() {
|
|||||||
case "$selection" in
|
case "$selection" in
|
||||||
*Screensaver*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;;
|
*Screensaver*) ~/.local/share/omarchy/bin/omarchy-launch-screensaver ;;
|
||||||
*Keybindings*) ~/.local/share/omarchy/bin/omarchy-menu-keybindings ;;
|
*Keybindings*) ~/.local/share/omarchy/bin/omarchy-menu-keybindings ;;
|
||||||
|
*Manual*) setsid chromium --new-window --app="https://manuals.omamix.org/2/the-omarchy-manual" & ;;
|
||||||
*Screenshot*) ~/.local/share/omarchy/bin/omarchy-cmd-screenshot ;;
|
*Screenshot*) ~/.local/share/omarchy/bin/omarchy-cmd-screenshot ;;
|
||||||
*Screenrecord*) ~/.local/share/omarchy/bin/omarchy-cmd-screenrecord ;;
|
*Screenrecord*) ~/.local/share/omarchy/bin/omarchy-cmd-screenrecord ;;
|
||||||
*Theme*) ~/.local/share/omarchy/bin/omarchy-theme-menu ;;
|
*Theme*) ~/.local/share/omarchy/bin/omarchy-theme-menu ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user