X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=surf.c;h=9821ce1151a366d36aa8df3d7ce26821fafd8a36;hb=7fcf7450925295022a94611f5d9d07694e93ec9e;hp=5e6d777493b5c34d5dbc4598ca534c0743d7e4ef;hpb=5878067225ac2f2a66522f3a1d4458c31390fad4;p=surf.git diff --git a/surf.c b/surf.c index 5e6d777..9821ce1 100644 --- a/surf.c +++ b/surf.c @@ -508,6 +508,7 @@ 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, "");