mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
Adding link to sendmon_keepfocus patch
This commit is contained in:
parent
9574035849
commit
5a94b44e80
@ -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/)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user