index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1187B) | |
--- | |
1 center | |
2 ====== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch centers dmenu in the middle of the screen. | |
7 | |
8 Previously this has been achieved through the [xyw | |
9 patch](//tools.suckless.org/dmenu/patches/xyw) and a bash script to calc… | |
10 the centered x and y positions. However, this is a slow and overly compl… | |
11 which is hard to integrate into programs which call dmenu directly, eg s… | |
12 tabbed. On the other hand, This small standalone patch is instantaneous … | |
13 works globally. | |
14 | |
15 With `dmenu-center-20200111-8cd37e1.diff`, you can use _-c_ to center dm… | |
16 | |
17 With `dmenu-center-20240616-36c3d68.diff`, you can not only center dmenu | |
18 but also adjust its height. | |
19 | |
20 Download | |
21 -------- | |
22 * [dmenu-center-4.8.diff](dmenu-center-4.8.diff) | |
23 * [dmenu-center-20200111-8cd37e1.diff](dmenu-center-20200111-8cd37e1.dif… | |
24 * [dmenu-center-5.2.diff](dmenu-center-5.2.diff) | |
25 * [dmenu-center-20240616-36c3d68.diff](dmenu-center-20240616-36c3d68.dif… | |
26 * [dmenu-center-20250407-b1e217b.diff](dmenu-center-20250407-b1e217b.dif… | |
27 | |
28 Authors | |
29 ------- | |
30 * Ed van Bruggen <[email protected]> | |
31 * Nihal Jere <[email protected]> (20200111) | |
32 * El Bachir Kassimi <[email protected]> (20240616) | |
33 * Leliel <[email protected]> (20250407) |