Opening the cheatsheet outright put a menu in front of someone who had not asked for one, and it blocked first run until they dismissed it. Go back to a toast that opens the same menu when clicked. The body carries real newlines now. It was written with a literal \n, which the card renders as the two characters rather than a line break. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
6 lines
274 B
Bash
6 lines
274 B
Bash
# Real newlines, not a literal \n: the card renders the body as it arrives, and
|
|
# elides past three lines.
|
|
omarchy-notification-send -u critical -g "Learn Keybindings" \
|
|
$'Super + K for cheatsheet.\nSuper + Space for Omarchy Menu.' \
|
|
--exec omarchy-menu-keybindings
|