forked from cipriancraciun/dmenu
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
41 lines (29 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
dmenu-pango-imlib - dynamic menu (with pango && imlib)
====================
Pango and imlib patched dmenu.
Requirements
------------
In order to build dmenu-pango-imlib you need the Xlib, pango and imlib header/library files
Installation
------------
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install dmenu
(if necessary as root):
make clean install
Running dmenu
-------------
See the man page for details.
Thumbnails get cached according to XDG thumbnail spec.
http://specifications.freedesktop.org/thumbnail-spec/thumbnail-spec-latest.html
Pass -g to generate thumbnails immediatly for the piped images.
Pass -is to specify image size (keeping aspect ratio).
Pass -ia to specify image alignment (top-center/center/top/bottom/*-gapless, where top-center is default)
Note, that using too big images cause slowdown because images are loaded each time, selection image differs from last image.
Example pipe listing with images:
IMG:/mnt/pictures/lolcat.jpg\tThis is a lolcat\n
IMG:/mnt/pictures/david.jpg\tThis is a picture of david\n
This is a item without a picture\n
Additional options:
Pass -si to specify starting index to dmenu.
ex. -si 5 to start from item 5.