index.md (979B)
1 border 2 ====== 3 4 Description 5 ----------- 6 This patch adds a border around the dmenu window. It is intended to be used 7 with the center or xyw patches, to make the menu stand out from similarly 8 coloured windows. 9 10 11  12 13 Download 14 -------- 15 * [dmenu-border-4.9.diff](dmenu-border-4.9.diff) (2019-05-19) 16 17 Authors 18 ------- 19 * Leon Plickat <leonhenrik.plickat[at]stud.uni-goettingen.de> 20 21 border command line option 22 ========================== 23 24 Description 25 ----------- 26 This patch is a derivative of the previous patch. The border witdh can be 27 specified through the command line using the -bw option. Width defaults to 0. 28 29 Create menu with border width 3: 30 31 echo 'item1\nitem2\nitem3' | dmenu -bw 3 32 33 Download 34 -------- 35 * [dmenu-border-20201112-1a13d04.diff](dmenu-border-20201112-1a13d04.diff) (2020-11-12) 36 * [dmenu-borderoption-20200217-bf60a1e.diff](dmenu-borderoption-20200217-bf60a1e.diff) (2020-02-17) 37 38 Authors 39 ------- 40 * Ben Raskin <ben[at]0x1bi.net>