diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-16 18:01:49 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-16 18:01:49 +0200 |
commit | e527c785d896f3f9b2c4e81d272fd3b03bc4b686 (patch) | |
tree | cc89f2ea4512a2ef03c2bc717e465c2337b61004 | |
parent | 07013dd52c04158e8dc640d6209a8372a110fda0 (diff) | |
download | dmenu-e527c785d896f3f9b2c4e81d272fd3b03bc4b686.tar.gz dmenu-e527c785d896f3f9b2c4e81d272fd3b03bc4b686.tar.bz2 dmenu-e527c785d896f3f9b2c4e81d272fd3b03bc4b686.zip |
update
-rw-r--r-- | README.md | 38 |
1 files changed, 20 insertions, 18 deletions
@@ -7,27 +7,26 @@ - fuzzymatch - fuzzyhighlight -The center patch - adds the -c parameter for centering dmenu +###The center patch +adds the -c option for centering dmenu -The border patch - adds the -bw parameter followed by an integer (width in pixels) - dmenu -bw 4 -c -l 4 -p "Power: " +###The border patch +adds the -bw option followed by an integer (width in pixels) ex. dmenu -bw 4 -c -l 4 -p "Power: " - I've added border color to the xressources patch. +I've added border color to the xressources patch. -The xyz patch: - The '-x' and '-y' options set the window position on the target monitor (0 if one is not supplied with '-m') - If option '-b' is used, the y offset is computed from the bottom - The '-x' and '-y' accept negative values - The '-z' option sets the window width +###The xyz patch: +- The '-x' and '-y' options set the window position on the target monitor (0 if one is not supplied with '-m') +- If option '-b' is used, the y offset is computed from the bottom +- The '-x' and '-y' accept negative values +- The '-z' option sets the window width - I've also modified the width calculation to accept a minimum width that is set in config.def.h - lines 835 and 835, and works with -c +I've also modified the width calculation to accept a minimum width that is set in config.def.h +lines 835 and 835, and works with -c -The xresources patch - makes dmenu read the .Xresources file enabling<br> - on the fly color matching with Pywal16 +##The xresources patch +makes dmenu read the .Xresources file enabling<br> +on the fly color matching with Pywal16 ### .Xressources or Pywal template @@ -42,5 +41,8 @@ The xresources patch dmenu.normhighlightforeground: {color7} dmenu.normhighlightbackground: {color1} -The fuzzymatch and fuzzyhighlight patches - I've adapted fuzzyhighlight to the xressources patch +###The fuzzymatch and fuzzyhighlight patches +- option F + +I've adapted fuzzyhighlight to the xressources patch + |