summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-24 17:27:01 +0200
committerbakkeby <[email protected]>2020-06-24 17:27:01 +0200
commit5a94b44e8034113ccec6c3fd31559db336a5091c (patch)
tree635d67a80811c8ae66faa6de0a1317dde9b30eb4
parent957403584953f510973db26e3e4ed1b3eb33a3f8 (diff)
downloaddwm-flexipatch-5a94b44e8034113ccec6c3fd31559db336a5091c.tar.gz
dwm-flexipatch-5a94b44e8034113ccec6c3fd31559db336a5091c.zip
Adding link to sendmon_keepfocus patch
-rw-r--r--README.md2
-rw-r--r--patches.def.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7db3452..f433883 100644
--- a/README.md
+++ b/README.md
@@ -369,7 +369,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- [selfrestart](https://dwm.suckless.org/patches/selfrestart/)
- restart dwm without the unnecessary dependency of an external script
- - sendmon_keepfocus
+ - [sendmon_keepfocus](https://github.com/bakkeby/patches/blob/master/dwm/dwm-sendmon_keepfocus-6.2.diff)
- minor patch that allow clients to keep focus when being sent to another monitor
- [setborderpx](https://dwm.suckless.org/patches/statuspadding/)
diff --git a/patches.def.h b/patches.def.h
index 97eb0c7..1a85c83 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -507,7 +507,9 @@
*/
#define SELFRESTART_PATCH 0
-/* This patch allow clients to keep focus when being sent to another monitor. */
+/* This patch allow clients to keep focus when being sent to another monitor.
+ * https://github.com/bakkeby/patches/blob/master/dwm/dwm-sendmon_keepfocus-6.2.diff
+ */
#define SENDMON_KEEPFOCUS_PATCH 0
/* This patch allows border pixels to be changed during runtime.