some changes to the markdown README

This commit is contained in:
speedie 2023-04-02 18:22:32 +02:00
parent 6798be7df9
commit 51c401082a
2 changed files with 17 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<h1 id="spmenu">spmenu</h1> <h1 id="spmenu">spmenu</h1>
<figure> <figure>
<img src="/docs/preview.png" alt="image" /> <img src="docs/preview.png" alt="image" />
<figcaption aria-hidden="true">image</figcaption> <figcaption aria-hidden="true">image</figcaption>
</figure> </figure>
<h2 id="what-is-spmenu">What is spmenu?</h2> <h2 id="what-is-spmenu">What is spmenu?</h2>
@ -20,16 +20,24 @@ href="https://git.speedie.gq/speedwm">speedwm</a>.</p>
course if you want, this is free software so you can use it in your own course if you want, this is free software so you can use it in your own
build.</p> build.</p>
<ul> <ul>
<li>dwm-like keybind array (See keybinds.h)</li> <li>dwm-like key/mouse bind array (See keybinds.h and mouse.h)</li>
<li>Vim-like modes, including indicator.</li> <li>Vim-like modes, including indicator.</li>
<li>The ability to move around items with keybinds.</li> <li>The ability to move around items with keybinds.</li>
<li>Customizable/dynamic line/column size.</li> <li>Customizable/dynamic line/column size.</li>
<li>IME support
<ul>
<li>Was removed from suckless dmenu years ago due to issues Ive
resolved</li>
</ul></li>
<li>Powerlines</li> <li>Powerlines</li>
<li>Web browser like keybindings.</li> <li>Web browser like keybindings.</li>
<li>256 color support through SGR codes.</li> <li>256 color support through SGR codes.</li>
<li>Image support (somewhat based on <a <li>Image support
<ul>
<li>Somewhat based on <a
href="https://github.com/Cloudef/dmenu-pango-imlib">this href="https://github.com/Cloudef/dmenu-pango-imlib">this
repository</a>)</li> repository</a></li>
</ul></li>
<li>Option to block typing.</li> <li>Option to block typing.</li>
<li>Rewritten arguments, old arguments still work though.</li> <li>Rewritten arguments, old arguments still work though.</li>
<li>Hiding each part of the menu.</li> <li>Hiding each part of the menu.</li>

View file

@ -20,14 +20,17 @@ It is designed to integrate well with my [dwm](https://dwm.suckless.org) fork, [
This build of spmenu has some features written for this build. This build of spmenu has some features written for this build.
Of course if you want, this is free software so you can use it in your own build. Of course if you want, this is free software so you can use it in your own build.
- dwm-like keybind array (See keybinds.h) - dwm-like key/mouse bind array (See keybinds.h and mouse.h)
- Vim-like modes, including indicator. - Vim-like modes, including indicator.
- The ability to move around items with keybinds. - The ability to move around items with keybinds.
- Customizable/dynamic line/column size. - Customizable/dynamic line/column size.
- IME support
- Was removed from suckless dmenu years ago due to issues I've resolved
- Powerlines - Powerlines
- Web browser like keybindings. - Web browser like keybindings.
- 256 color support through SGR codes. - 256 color support through SGR codes.
- Image support (somewhat based on [this repository](https://github.com/Cloudef/dmenu-pango-imlib)) - Image support
- Somewhat based on [this repository](https://github.com/Cloudef/dmenu-pango-imlib)
- Option to block typing. - Option to block typing.
- Rewritten arguments, old arguments still work though. - Rewritten arguments, old arguments still work though.
- Hiding each part of the menu. - Hiding each part of the menu.