diff --git a/docs/examples/_index.md b/docs/examples/_index.md
new file mode 100644
index 0000000..0847315
--- /dev/null
+++ b/docs/examples/_index.md
@@ -0,0 +1,2 @@
+# Examples
+This section contains some examples how μLauncher can be tweaked.
diff --git a/docs/examples/termux/index.md b/docs/examples/termux/index.md
new file mode 100644
index 0000000..7d1f59c
--- /dev/null
+++ b/docs/examples/termux/index.md
@@ -0,0 +1,23 @@
++++
+ title = 'Integration with Termux'
++++
+
+# Termux
+
+μLauncher has no special support for [Termux](https://termux.dev/).
+However it is possible to run Termux commands from μLauncher by using [Termux:Widget](https://wiki.termux.com/wiki/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.
+
+
+
+
+
+[^1]: Only the default home screen can access shortcuts.
diff --git a/docs/examples/termux/screenshot1.png b/docs/examples/termux/screenshot1.png
new file mode 100644
index 0000000..684c8bf
Binary files /dev/null and b/docs/examples/termux/screenshot1.png differ
diff --git a/docs/examples/termux/screenshot2.png b/docs/examples/termux/screenshot2.png
new file mode 100644
index 0000000..74b6395
Binary files /dev/null and b/docs/examples/termux/screenshot2.png differ