Treat Links like other graphical web browsers. - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
(HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset b4e74f90a52e6172802f2d2d56d583b4a7399bd8
(DIR) parent 163aec66f03806cc2d56c1163887f17e31c53668
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Mon, 21 Jan 2019 01:36:52
Treat Links like other graphical web browsers.
Diffstat:
wip/dwm-git/patch-config.h | 3 ++-
wm/dwm/patch-config.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff -r 163aec66f038 -r b4e74f90a52e wip/dwm-git/patch-config.h
--- a/wip/dwm-git/patch-config.h Mon Jan 21 01:29:59 2019 +0100
+++ b/wip/dwm-git/patch-config.h Mon Jan 21 01:36:52 2019 +0100
@@ -1,6 +1,6 @@
--- /dev/null 2015-11-09 10:41:47.000000000 +0100
+++ config.h 2015-11-09 10:40:39.000000000 +0100
-@@ -0,0 +1,156 @@
+@@ -0,0 +1,157 @@
+/* See LICENSE file for copyright and license details. */
+
+/* appearance */
@@ -36,6 +36,7 @@
+ { "Firefox", NULL, NULL, 1 << 1, 0, -1 },
+ { "Vimb", NULL, NULL, 1 << 1, 0, -1 },
+ { "Surf", NULL, NULL, 1 << 1, 0, -1 },
++ { "Links", NULL, NULL, 1 << 1, 0, -1 },
+ { "Netsurf-gtk", NULL, NULL, 1 << 1, 0, -1 },
+ { "Luakit", NULL, NULL, 1 << 1, 0, -1 },
+ { "tabbed", NULL, NULL, 1 << 1, 0, -1 },
diff -r 163aec66f038 -r b4e74f90a52e wm/dwm/patch-config.h
--- a/wm/dwm/patch-config.h Mon Jan 21 01:29:59 2019 +0100
+++ b/wm/dwm/patch-config.h Mon Jan 21 01:36:52 2019 +0100
@@ -1,6 +1,6 @@
--- /dev/null 2015-11-09 10:41:47.000000000 +0100
+++ config.h 2015-11-09 10:40:39.000000000 +0100
-@@ -0,0 +1,223 @@
+@@ -0,0 +1,224 @@
+/* See LICENSE file for copyright and license details. */
+
+/* appearance */
@@ -33,6 +33,7 @@
+ { "Firefox", NULL, NULL, 1 << 1, 0, -1 },
+ { "Vimb", NULL, NULL, 1 << 1, 0, -1 },
+ { "Surf", NULL, NULL, 1 << 1, 0, -1 },
++ { "Links", NULL, NULL, 1 << 1, 0, -1 },
+ { "Netsurf-gtk", NULL, NULL, 1 << 1, 0, -1 },
+ { "Luakit", NULL, NULL, 1 << 1, 0, -1 },
+ { "tabbed", NULL, NULL, 1 << 1, 0, -1 },