Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions package/launcherctl/launcherctl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ help() {
echo " switch-launcher [--start] <launcher>: Switch which launcher is active"
echo " start-launcher: Start the current launcher"
echo " stop-launcher: Stop the current launcher"
echo " list-apps: List all application for current launcher"
echo " list-running-apps: List all application for current launcher"
echo " list-apps: List all applications for current launcher"
echo " list-running-apps: List all running applications for current launcher"
echo " list-paused-apps: List all paused applications for current launcher"
echo " start-app <app>: Start an application with the current launcher"
echo " stop-app <app>: Stop an application with the current launcher"
echo " pause-app <app>: Pause an application with the current launcher"
Expand Down
4 changes: 2 additions & 2 deletions package/launcherctl/package
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
pkgnames=(launcherctl)
pkgdesc="Manage your installed launcher"
url=https://toltec-dev.org/
pkgver=0.0.1-3
timestamp=2023-12-18T03:32Z
pkgver=0.0.2-1
timestamp=2025-05-20T21:30Z
section="launchers"
maintainer="Eeems <[email protected]>"
license=MIT
Expand Down