From 6a5b41203e45d565b58b1e39e86f0e290cabdc20 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 16 Jan 2007 11:26:15 +0100 Subject: removed firefox rule from default.h --- config.default.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.default.h b/config.default.h index e8df621..fd7f2a9 100644 --- a/config.default.h +++ b/config.default.h @@ -82,6 +82,5 @@ static Key key[] = { \ #define RULES \ static Rule rule[] = { \ /* class:instance:title regex tags regex isfloat */ \ - { "Firefox.*", "2", False }, \ { "Gimp.*", NULL, True }, \ }; -- cgit 1.4.1-2-gfad0 d' value='adcdb2d3fdda337efd85750c965da2992debfe4e'/> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/ranger.py
blob: 4035536e2bf2ad1e044e84279872306da01e4e1c (plain) (blame)
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