Commit Diff


commit - 686e9237730a6dc26b4af83a60cb24dd0f9a60f8
commit + b836b1ec877daab2813c39667847f3be26367890
blob - de71de8c96f99c78be97409aefe7fca1118787ef
blob + 9e89ac2581d1e18d2dbd3cd1f69812430e4f38bc
--- README.md
+++ README.md
@@ -50,3 +50,25 @@ delete `-DUSE_XINERAMA` from the `CFLAGS` and `xineram
  - Alternate layout
    
    An alternate layout (similar to rofi) would be nice too
+
+## Scripts
+
+I'm using this script to launch MyMenu
+
+``` shell
+#!/bin/sh
+
+cat <<EOF | /bin/sh -c "$(mymenu "$@")"
+ZZZ
+sct 4500
+lock
+connect ethernet
+connect home
+connect phone
+zzz
+...
+EOF
+```
+
+Of course you can as well use the `dmenu_path` and `dmenu_run` scripts
+that (usually) comes with `dmenu`.