diff options
author | Rafael Marçalo <raroma09@gmail.com> | 2023-11-29 17:38:07 +0000 |
---|---|---|
committer | Rafael Marçalo <raroma09@gmail.com> | 2023-11-29 17:38:07 +0000 |
commit | 7920d9e7870948c1259b7620b84f2600dac5ada7 (patch) | |
tree | f7d490be5faec70442dad2c1b030d55bc9813362 /config.def.h | |
parent | 025ce6afa7afacbadb08ec73bd22a9cf3dd7cea1 (diff) |
Short title patch
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index e5f217e..62fe666 100644 --- a/config.def.h +++ b/config.def.h @@ -1,5 +1,6 @@ /* modifier 0 means no modifier */ static int surfuseragent = 1; /* Append Surf version to default WebKit user agent */ +static int extendedtitle = 0; /* 0 to not append surf's toggle and page status to title. */ static char *fulluseragent = ""; /* Or override the whole user agent string */ static char *scriptfile = "~/.surf/script.js"; static char *styledir = "~/.surf/styles/"; @@ -183,6 +184,7 @@ static Key keys[] = { { MODKEY|GDK_SHIFT_MASK, GDK_KEY_a, togglecookiepolicy, { 0 } }, { 0, GDK_KEY_F11, togglefullscreen, { 0 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, toggleinspector, { 0 } }, + { MODKEY|GDK_SHIFT_MASK, GDK_KEY_e, toggletitle, { 0 } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_c, toggle, { .i = CaretBrowsing } }, { MODKEY|GDK_SHIFT_MASK, GDK_KEY_f, toggle, { .i = FrameFlattening } }, |