X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=91006f0964b0c8daf4273fe8c5d2046d1f8272ba;hp=8f8561a71f40f71bc14a2c9e15a539e53d31f23e;hb=25ba840e4d24735118949f38216628792f22d7f5;hpb=bb014750186c8f2091f1eb208569f47177bfc088 diff --git a/config.def.h b/config.def.h index 8f8561a..91006f0 100644 --- a/config.def.h +++ b/config.def.h @@ -9,6 +9,8 @@ static char *cookiefile = ".surf/cookies.txt"; static time_t sessiontime = 3600; static char *cafile = "/etc/ssl/certs/ca-certificates.crt"; static char *strictssl = FALSE; /* Refuse untrusted SSL connections */ +static int indicator_thickness = 2; + #define HIDE_BACKGROUND FALSE #define SPATIAL_BROWSING TRUE @@ -44,6 +46,7 @@ static Key keys[] = { { MODKEY, GDK_o, source, { 0 } }, { MODKEY, GDK_g, spawn, SETPROP("_SURF_URI", "_SURF_GO") }, { MODKEY, GDK_f, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") }, + { MODKEY, GDK_slash, spawn, SETPROP("_SURF_FIND", "_SURF_FIND") }, { MODKEY, GDK_n, find, { .b = TRUE } }, { MODKEY|GDK_SHIFT_MASK,GDK_n, find, { .b = FALSE } }, };