summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2015-09-26 14:50:57 -0400
committerBen Boeckel <mathstuf@gmail.com>2015-09-26 14:51:35 -0400
commit6670885277af0c8828f9849adbbfff9ba4cc553f (patch)
tree9d0b6fbd4bd80f2a837daffb50e19f9c61bd036a
parentd0c1e4c57ab50d3f14cd8ae6fcac511275daf903 (diff)
downloadranger-6670885277af0c8828f9849adbbfff9ba4cc553f.tar.gz
rifle: also support uzbl-tabbed
-rw-r--r--ranger/config/rifle.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index c39d44e0..0ad59104 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -61,6 +61,7 @@ ext x?html?, has dwb,            X, flag f = dwb -- "$@"
 ext x?html?, has jumanji,        X, flag f = jumanji -- "$@"
 ext x?html?, has luakit,         X, flag f = luakit -- "$@"
 ext x?html?, has uzbl,           X, flag f = uzbl -- "$@"
+ext x?html?, has uzbl-tabbed,    X, flag f = uzbl-tabbed -- "$@"
 ext x?html?, has uzbl-browser,   X, flag f = uzbl-browser -- "$@"
 ext x?html?, has uzbl-core,      X, flag f = uzbl-core -- "$@"
 ext x?html?, has midori,         X, flag f = midori -- "$@"
4d6d093f8e78033b9dcafcb52bbdcd92aed0c'>^
f07bb12f ^









34a60763 ^
f07bb12f ^





34a60763 ^
f07bb12f ^









34a60763 ^
f07bb12f ^

4c13e1f2 ^

f07bb12f ^










34a60763 ^
f07bb12f ^






















34a60763 ^
f07bb12f ^
f07bb12f ^








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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122