index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (1033B) | |
--- | |
1 xresources | |
2 ========== | |
3 | |
4 Description | |
5 ----------- | |
6 This patch was originally made by Michał Lemke has been slightly modifi… | |
7 work with dmenu 4.9. | |
8 | |
9 This patch adds the ability to configure dmenu via Xresources. At startu… | |
10 dmenu will read and apply the change to the applicable resource. Below a… | |
11 resources that can be changed and what they change: | |
12 | |
13 - dmenu.font : font or font set | |
14 - dmenu.background : normal background color | |
15 - dmenu.foreground : normal foreground color | |
16 - dmenu.selbackground : selected background color | |
17 - dmenu.selforeground : selected foreground color | |
18 | |
19 Note: Values in Xresources will override values in config.h, but will be | |
20 overridden by command line arguments. | |
21 Download | |
22 -------- | |
23 * [dmenu-xresources-4.9.diff](dmenu-xresources-4.9.diff) | |
24 | |
25 Authors | |
26 ------- | |
27 * Michał Lemke - @melek on [Bitbucket](https://bitbucket.org/melek/dmen… | |
28 * Pratik Bhusal - dmenu-xresources-4.9 port | |
29 * Nihal Jere <[email protected]> (20200302) | |
30 * Francesco Minnocci <[email protected]> - command line parameters fix |