index.md (1033B)
1 xresources 2 ========== 3 4 Description 5 ----------- 6 This patch was originally made by Michał Lemke has been slightly modified to 7 work with dmenu 4.9. 8 9 This patch adds the ability to configure dmenu via Xresources. At startup, 10 dmenu will read and apply the change to the applicable resource. Below are the 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/dmenu2/) 28 * Pratik Bhusal - dmenu-xresources-4.9 port 29 * Nihal Jere <nihal@nihaljere.xyz> (20200302) 30 * Francesco Minnocci <ad17fmin@uwcad.it> - command line parameters fix