pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9557e7b
)
fixing config.def.h
author
Enno Boland (tox)
<tox@s01.de>
Wed, 21 Oct 2009 07:25:09 +0000
(09:25 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Wed, 21 Oct 2009 07:25:09 +0000
(09:25 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
47943cb
..
e61cf6a
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-32,7
+32,6
@@
static Key keys[] = {
{ MODKEY, GDK_slash, spawn, SETPROP("_SURF_FIND") },
{ MODKEY, GDK_n, find, { .b = TRUE } },
{ MODKEY|GDK_SHIFT_MASK,GDK_n, find, { .b = FALSE } },
- { 0, GDK_Return, loaduri, { .v = NULL } },
};
static Item items[] = {