diff --git a/default/mako/core.ini b/default/mako/core.ini index d67747de..927d8d40 100644 --- a/default/mako/core.ini +++ b/default/mako/core.ini @@ -24,3 +24,6 @@ on-button-left=exec sh -c 'omarchy-notification-dismiss "Setup Wi-Fi"; omarchy-l [summary~="Update System"] on-button-left=exec sh -c 'omarchy-notification-dismiss "Update System"; omarchy-launch-floating-terminal-with-presentation omarchy-update' + +[summary~="Learn Keybindings"] +on-button-left=exec sh -c 'omarchy-notification-dismiss "Learn Keybindings"; omarchy-menu-keybindings' diff --git a/install/first-run/welcome.sh b/install/first-run/welcome.sh index 18d73a06..2da4be2e 100644 --- a/install/first-run/welcome.sh +++ b/install/first-run/welcome.sh @@ -1,2 +1,2 @@ notify-send " Update System" "When you have internet, click to update the system." -u critical -notify-send "👋 Welcome to Omarchy" "Super + K to see keybindings.\nSuper + Space for application launcher.\nSuper + Alt + Space for Omarchy Menu." -t 30000 +notify-send " Learn Keybindings" "Super + K for cheatsheet.\nSuper + Space for application launcher.\nSuper + Alt + Space for Omarchy Menu." -u critical