Introduction
Introduction Statistics Contact Development Disclaimer Help
index.md - sites - public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log
Files
Refs
---
index.md (961B)
---
1 tidy
2 ======
3
4 Description
5 -----------
6 This patch introduces an easy way of reducing the amount of programs tha…
7 through and shown in dmenu by using $DMENU_PATH as the primary source of…
8 as a fallback in case $DMENU_PATH is not configured. To configure the ne…
9 put something like the following into your ~/.xinitirc for example:
10
11 export DMENU_PATH="/home/${USER}/.local/bin"
12
13 Please note, that even if you have $DMENU_PATH configured, programs must…
14 in $PATH! A sensible way to achieve this would be via symlinks for examp…
15
16 ln -s /usr/bin/<program> ~/.local/bin/.
17
18 Please also note, that this patch also gets rid of caching any applicati…
19 don't see any reason for it to be kept, especially since we are trying t…
20
21 Download
22 --------
23 * [dmenu-tidy-20230318-dfbbf7f.diff](dmenu-tidy-20230318-dfbbf7f.diff)
24
25 Authors
26 -------
27 * Phillip Tischler <[email protected]>
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.