diff options
| author | stkhan <personal@slickd.xyz> | 2022-04-22 22:07:02 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-04-22 22:07:02 -0500 |
| commit | 2a5251ed90e0d58d95a43308d7dc7a91b50973cd (patch) | |
| tree | 4c79aef7bdccc185e3c81f5940c2dc45c7dcc7c9 /surf/config.def.h.rej | |
| parent | 6d5f8c137608df2e459c9865efa19c72856ed6e8 (diff) | |
added search to surf
Diffstat (limited to 'surf/config.def.h.rej')
| -rw-r--r-- | surf/config.def.h.rej | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/surf/config.def.h.rej b/surf/config.def.h.rej new file mode 100644 index 0000000..dbf612f --- /dev/null +++ b/surf/config.def.h.rej @@ -0,0 +1,11 @@ +--- config.def.h ++++ config.def.h +@@ -6,6 +6,8 @@ static char *styledir = "~/.surf/styles/"; + static char *certdir = "~/.surf/certificates/"; + static char *cachedir = "~/.surf/cache/"; + static char *cookiefile = "~/.surf/cookies.txt"; ++static char *historyfile = "~/.surf/history.txt"; ++ + + /* Webkit default features */ + /* Highest priority value will be used. |