mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Hookup keybindings notification to actual keybindings menu
This commit is contained in:
@@ -24,3 +24,6 @@ on-button-left=exec sh -c 'omarchy-notification-dismiss "Setup Wi-Fi"; omarchy-l
|
|||||||
|
|
||||||
[summary~="Update System"]
|
[summary~="Update System"]
|
||||||
on-button-left=exec sh -c 'omarchy-notification-dismiss "Update System"; omarchy-launch-floating-terminal-with-presentation omarchy-update'
|
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'
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
notify-send " Update System" "When you have internet, click to update the system." -u critical
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user