Skip to content

archy-linux/archy-dmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

My awesome fork from dmenu 🍴β™₯

With a lot of beautiful patches and some of my own.

Patches

  • highlight - This patch highlights the individual characters of matched text for each dmenu list entry.
  • case-insensitive - This patch changes case-insensitive item matching to default behaviour. Adds an -s option to enable case-sensitive matching.
  • center - This patch centers dmenu in the middle of the screen.
  • grid - This patch allows you to render dmenu's entries in a grid by adding a new -g flag to specify the number of grid columns. You can use -g and -l together to create a G columns * L lines grid.