commit 133dd8180878a68845695d48af50d7f20d1bc8db
parent 2a161ffe5d3999a23ace6b84a60ce7a25c70102b
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Tue, 10 May 2022 10:58:18 +0200
Moved edit-menu to "experiments"
Diffstat:
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -14,7 +14,6 @@ SCRIPTS = addressgrep \
dmenu-unmount \
dmenu-urlselect \
dmenu-websearch \
- edit-menu \
ffmpeg-screenrecord \
ffmpeg-facecam \
mail-checknow \
diff --git a/TODO b/TODO
@@ -1,5 +1,4 @@
-* Modify all dmenu-* scripts to optionally use another menu,
- like edit-menu or vis-menu (or just use environment variables?)
+* Modify all dmenu-* scripts to optionally use another menu, like vis-menu (slmenu)
* sfeed-browser: optionally just write link to stdout (or to xsel -i)
* Refactor: review all scripts and adapt to common style
diff --git a/edit-menu b/experiments/edit-menu