removing spatial navigation.
This commit is contained in:
parent
aadcd5b3f0
commit
532205d7e7
1
surf.c
1
surf.c
|
@ -508,7 +508,6 @@ newclient(void) {
|
|||
g_object_set(G_OBJECT(settings), "auto-load-images", loadimage, NULL);
|
||||
g_object_set(G_OBJECT(settings), "enable-plugins", plugin, NULL);
|
||||
g_object_set(G_OBJECT(settings), "enable-scripts", script, NULL);
|
||||
g_object_set(G_OBJECT(settings), "enable-spatial-navigation", true, NULL);
|
||||
g_free(uri);
|
||||
|
||||
setatom(c, AtomFind, "");
|
||||
|
|
Loading…
Reference in New Issue