Introduction
Introduction Statistics Contact Development Disclaimer Help
tReassign fullscreen and plumb binding - surf - [fork] customized build of surf…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 96c8e3e48ebdf7c76a142af03c885c66b584b9d8
parent 8cff930c93e3bbc018eec4271d390b4c3d3bbf7f
Author: Anders Damsgaard <[email protected]>
Date: Thu, 2 Jul 2020 07:18:39 +0200
Reassign fullscreen and plumb binding
Diffstat:
M config.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -182,7 +182,7 @@ static Key keys[] = {
{ MODKEY|GDK_SHIFT_MASK, XK_Prior, zoom, { .i = +1 } },
{ MODKEY|GDK_SHIFT_MASK, XK_Home, zoom, { .i = 0 } },
- { 0, GDK_KEY_F11, togglefullscreen, { 0 } },
+ { MODKEY, GDK_KEY_F11, togglefullscreen, { 0 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_a, togglecookiepolicy, { 0 } },
{ MODKEY, GDK_KEY_b, spawn, BOOKMARKURI("_SUR…
t@@ -194,7 +194,6 @@ static Key keys[] = {
{ MODKEY, GDK_KEY_e, spawn, EDITSRC("_SURF_UR…
{ MODKEY, GDK_KEY_f, spawn, FIREFOX("_SURF_UR…
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_f, toggle, { .i = FrameFlatt…
- { MODKEY, GDK_KEY_g, spawn, PLUMBER("_SURF_UR…
{ MODKEY, GDK_KEY_h, navigate, { .i = -1 } },
{ MODKEY, GDK_KEY_i, scrollh, { .i = +10 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_i, toggle, { .i = LoadImages…
t@@ -216,6 +215,7 @@ static Key keys[] = {
{ MODKEY, GDK_KEY_t, showcert, { 0 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_t, toggle, { .i = StrictTLS …
{ MODKEY, GDK_KEY_u, scrollv, { .i = -50 } },
+ { MODKEY|GDK_SHIFT_MASK, GDK_KEY_u, spawn, PLUMBER("_SURF_UR…
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_v, toggle, { .i = Plugins } …
{ MODKEY, GDK_KEY_y, clipboard, { .i = 0 } },
};
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.