border

Description

This patch adds a border around the dmenu window. It is intended to be used with the center or xyw patches, to make the menu stand out from similarly coloured windows.

dmenu border screenshot

Download

Authors

border command line option

Description

This patch is a derivative of the previous patch. The border witdh can be specified through the command line using the -bw option. Width defaults to 0.

Create menu with border width 3:

echo 'item1\nitem2\nitem3' | dmenu -bw 3

Download

Authors

separate border color

Description

This patch is based on the border patch, but adds another colorscheme to set the border color independently from SelBg

Download