Add option to create bookmark via dmenu

This commit is contained in:
Petr Hrdina
2024-01-19 16:36:26 +01:00
parent 87b1a43888
commit 4434fb533c
3 changed files with 4 additions and 5 deletions

View File

@ -15,6 +15,5 @@ To list matching tags: `sxbm_dmenu +tag`
* `-y` or `--yank` will copy the selected link to your clipboard
(requires `xclip`) instead of opening them. Example: `sxbm_dmenu -y title`
* `-a` or `--add` is an alias to `sxbm add`.
Example: `sxbm_dmenu -a link.com +tag`
* `-a` or `--add` pipes user input to `sxbm add`.
Example: `sxbm_dmenu -a`