launcher/docs/examples/termux/index.md
Josia Pietsch ac1639b77e
Some checks are pending
Android CI / build (push) Waiting to run
add termux example to docs (see #147 and #149)
2025-05-24 19:01:15 +02:00

909 B

+++ title = 'Integration with Termux' +++

Termux

μLauncher has no special support for Termux. However it is possible to run Termux commands from μLauncher by using Termux:Widget to create a pinned shortcut and bind that to a gesture.

  • Install Termux:Widget.
  • Make sure that μLauncher is set as the default home screen.1
  • Put the script you want to run into ~/.shortcuts/.
  • Run am start com.termux.widget/com.termux.widget.TermuxCreateShortcutActivity. This will create a pinned shortcut which is treated like an app by μLauncher, i.e. open μLauncher's activity to create a shortcut.

screenshot screenshot


  1. Only the default home screen can access shortcuts. ↩︎