feat: power and screenshot launchers

This commit is contained in:
2026-05-03 21:53:10 +02:00
parent 7bdf23001f
commit afcf8d51fe
9 changed files with 159 additions and 45 deletions

View File

@@ -22,6 +22,8 @@ usage() {
usage: sims-cli <command> [args]
finder open window finder
apps open application launcher
power open power menu
screenshot open screenshot menu
notmuch-refresh refresh unread mail count
screenrec menu open screenrec menu (auto-detects state)
screenrec start-monitor start recording the focused monitor
@@ -35,6 +37,8 @@ EOF
case "${1:-}" in
finder) invoke open-finder ;;
apps) invoke open-app-launcher ;;
power) invoke open-power-menu ;;
screenshot) invoke open-screenshot-menu ;;
notmuch-refresh) invoke refresh-notmuch ;;
screenrec)
case "${2:-}" in