small changes
This commit is contained in:
parent
ae2a164342
commit
026371add8
12
config.h
12
config.h
@ -1,11 +1,11 @@
|
|||||||
/* modifier 0 means no modifier */
|
/* modifier 0 means no modifier */
|
||||||
static int surfuseragent = 1; /* Append Surf version to default WebKit user agent */
|
static int surfuseragent = 1; /* Append Surf version to default WebKit user agent */
|
||||||
static char *fulluseragent = ""; /* Or override the whole user agent string */
|
static char *fulluseragent = ""; /* Or override the whole user agent string */
|
||||||
static char *scriptfile = "~/.surf/script.js";
|
static char *scriptfile = "~/.local/share/surf/script.js";
|
||||||
static char *styledir = "~/.surf/styles/";
|
static char *styledir = "~/.local/share/surf/styles/";
|
||||||
static char *certdir = "~/.surf/certificates/";
|
static char *certdir = "~/.local/share/surf/certificates/";
|
||||||
static char *cachedir = "~/.surf/cache/";
|
static char *cachedir = "~/.local/share/surf/cache/";
|
||||||
static char *cookiefile = "~/.surf/cookies.txt";
|
static char *cookiefile = "~/.local/share/surf/cookies.txt";
|
||||||
|
|
||||||
/* Webkit default features */
|
/* Webkit default features */
|
||||||
/* Highest priority value will be used.
|
/* Highest priority value will be used.
|
||||||
@ -121,7 +121,7 @@ static SiteSpecific certs[] = {
|
|||||||
{ "://suckless\\.org/", "suckless.org.crt" },
|
{ "://suckless\\.org/", "suckless.org.crt" },
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MODKEY GDK_CONTROL_MASK
|
#define MODKEY Mod1Mask
|
||||||
|
|
||||||
/* hotkeys */
|
/* hotkeys */
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user