sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (1425B)


      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 ![dmenu border screenshot](dmenu_border.png)
     12 
     13 Download
     14 --------
     15 * [dmenu-border-4.9.diff](dmenu-border-4.9.diff) (2019-05-19)
     16 * [dmenu-border-5.2.diff](dmenu-border-5.2.diff) (2023-01-20)
     17 * [dmenu-border-20230512-0fe460d](dmenu-border-20230512-0fe460d.diff) (2023-05-12)
     18 
     19 Authors
     20 -------
     21 * Leon Plickat <leonhenrik.plickat[at]stud.uni-goettingen.de>
     22 
     23 border command line option
     24 ==========================
     25 
     26 Description
     27 -----------
     28 This patch is a derivative of the previous patch. The border witdh can be
     29 specified through the command line using the -bw option. Width defaults to 0.
     30 
     31 Create menu with border width 3:
     32 
     33 	echo 'item1\nitem2\nitem3' | dmenu -bw 3
     34 
     35 Download
     36 --------
     37 * [dmenu-border-20201112-1a13d04.diff](dmenu-border-20201112-1a13d04.diff) (2020-11-12)
     38 * [dmenu-borderoption-20200217-bf60a1e.diff](dmenu-borderoption-20200217-bf60a1e.diff) (2020-02-17)
     39 
     40 Authors
     41 -------
     42 * Ben Raskin <ben[at]0x1bi.net>
     43 
     44 separate border color
     45 =====================
     46 
     47 Description
     48 -----------
     49 This patch is based on the border patch, but adds another colorscheme to
     50 set the border color independently from SelBg
     51 
     52 Download
     53 --------
     54 * [dmenu-bordercolor-20230512-0fe460d](dmenu-bordercolor-20230512-0fe460d.diff) (2023-05-12)