Define and run custom shell commands from the launcher
Define and run custom shell commands directly from the Noctalia launcher.
>run prefix or by searching normally.Type >run in the launcher to see all your commands, or >run <query> to filter them. Commands also appear in normal search results when they match.
Activating a command runs it via sh -lc, so shell features like pipes, || fallbacks, and environment variables all work.
The plugin ships with two example commands:
| Name | Command |
|---|---|
| File Manager | xdg-open ~ |
| System Monitor | gnome-system-monitor || plasma-systemmonitor || xfce4-taskmanager |
These can be edited or removed in the plugin settings.
Open Settings > Plugins > Custom Commands to manage your command list:
Changes are saved automatically to the plugin's settings.json.
You can quickly browse your commands with the following IPC call:
qs -c noctalia-shell ipc call plugin:custom-commands toggle