Add C-d keybinding (same of C-q) - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset d12bb766cd28a51c097caf96af2f067e4ffcad1f
(DIR) parent 2e73e11c59de927c84bce7a7a3cc0074e8d05083
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 3 Jun 2019 20:51:24
Add C-d keybinding (same of C-q)
Diffstat:
wip/tabbed-git/patch-config.h | 3 ++-
x11/tabbed/patch-config.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff -r 2e73e11c59de -r d12bb766cd28 wip/tabbed-git/patch-config.h
--- a/wip/tabbed-git/patch-config.h Mon Jun 03 18:50:13 2019 +0200
+++ b/wip/tabbed-git/patch-config.h Mon Jun 03 20:51:24 2019 +0200
@@ -1,6 +1,6 @@
--- /dev/null 2018-10-11 10:58:43.162996796 +0200
+++ config.h 2018-10-11 11:22:22.619145529 +0200
-@@ -0,0 +1,70 @@
+@@ -0,0 +1,71 @@
+/* See LICENSE file for copyright and license details. */
+
+/* appearance */
@@ -64,6 +64,7 @@
+ { MODKEY, XK_9, move, { .i = 8 } },
+ { MODKEY, XK_0, move, { .i = 9 } },
+
++ { MODKEY, XK_d, killclient, { 0 } },
+ { MODKEY, XK_q, killclient, { 0 } },
+
+ { MODKEY, XK_u, focusurgent, { 0 } },
diff -r 2e73e11c59de -r d12bb766cd28 x11/tabbed/patch-config.h
--- a/x11/tabbed/patch-config.h Mon Jun 03 18:50:13 2019 +0200
+++ b/x11/tabbed/patch-config.h Mon Jun 03 20:51:24 2019 +0200
@@ -1,6 +1,6 @@
--- /dev/null 2015-01-23 02:13:12.000000000 +0100
+++ config.h 2015-01-23 02:22:07.000000000 +0100
-@@ -0,0 +1,72 @@
+@@ -0,0 +1,73 @@
+/* See LICENSE file for copyright and license details. */
+
+/* appearance */
@@ -69,6 +69,7 @@
+ { MODKEY|ShiftMask, XK_9, movetab, { .i = 8 } },
+ { MODKEY|ShiftMask, XK_0, movetab, { .i = 9 } },
+
++ { MODKEY, XK_d, killclient, { 0 } },
+ { MODKEY, XK_q, killclient, { 0 } },
+
+ { MODKEY, XK_F11, fullscreen, { 0 } },