]> git.sur5r.net Git - i3/i3/blob - man/i3-sensible-pager.man
Merge branch 'release-4.16.1'
[i3/i3] / man / i3-sensible-pager.man
1 i3-sensible-pager(1)
2 ====================
3 Michael Stapelberg <michael+i3@stapelberg.de>
4 v4.1, November 2011
5
6 == NAME
7
8 i3-sensible-pager - launches $PAGER with fallbacks
9
10 == SYNOPSIS
11
12 i3-sensible-pager [arguments]
13
14 == DESCRIPTION
15
16 i3-sensible-pager is used by i3-nagbar(1) when you click on the view button.
17
18 It tries to start one of the following (in that order):
19
20 * $PAGER
21 * less
22 * most
23 * w3m
24 * i3-sensible-editor(1)
25
26 Please don’t complain about the order: If the user has any preference, they will
27 have $PAGER set.
28
29 == SEE ALSO
30
31 i3(1)
32
33 == AUTHOR
34
35 Michael Stapelberg and contributors