mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Doc] Add F.A.Q about icon lookup.
This commit is contained in:
parent
faa360041e
commit
64062b2a94
2 changed files with 24 additions and 0 deletions
15
doc/rofi.1
15
doc/rofi.1
|
@ -1332,6 +1332,21 @@ The indicator shows:
|
||||||
.fi
|
.fi
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
.SS Why do I see different icons for run,drun and window mode
|
||||||
|
.PP
|
||||||
|
Each of these modes uses different methods of resolving the icon:
|
||||||
|
|
||||||
|
.RS
|
||||||
|
.IP \(bu 2
|
||||||
|
Window: It first uses the icon that the application exposes via the X11
|
||||||
|
Server, if none is set it does a lookup of the window Class name in the icon theme.
|
||||||
|
.IP \(bu 2
|
||||||
|
drun: It uses the icon set in the desktop file.
|
||||||
|
.IP \(bu 2
|
||||||
|
run: It does a lookup using the executable name.
|
||||||
|
|
||||||
|
.RE
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.PP
|
.PP
|
||||||
Some basic usage examples of \fBrofi\fP:
|
Some basic usage examples of \fBrofi\fP:
|
||||||
|
|
|
@ -844,6 +844,15 @@ The indicator shows:
|
||||||
`+` Case insensitive and Sorting enabled
|
`+` Case insensitive and Sorting enabled
|
||||||
`±` Sorting and Case sensitivity enabled"
|
`±` Sorting and Case sensitivity enabled"
|
||||||
|
|
||||||
|
### Why do I see different icons for run,drun and window mode
|
||||||
|
|
||||||
|
Each of these modes uses different methods of resolving the icon:
|
||||||
|
|
||||||
|
* Window: It first uses the icon that the application exposes via the X11
|
||||||
|
Server, if none is set it does a lookup of the window Class name in the icon theme.
|
||||||
|
* drun: It uses the icon set in the desktop file.
|
||||||
|
* run: It does a lookup using the executable name.
|
||||||
|
|
||||||
## EXAMPLES
|
## EXAMPLES
|
||||||
|
|
||||||
Some basic usage examples of **rofi**:
|
Some basic usage examples of **rofi**:
|
||||||
|
|
Loading…
Reference in a new issue