summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-29 15:24:44 +0200
committerbakkeby <[email protected]>2020-09-29 15:24:44 +0200
commit37c212ad55ef0b793b55a144be3e7b3b83c56f2f (patch)
treed7c330cd0149d178ae49fcb79e1fe5c5e829c65a /README.md
parentfbacf17346b8933b691cb2b4ca522860cd6dfa4d (diff)
downloaddwm-flexipatch-37c212ad55ef0b793b55a144be3e7b3b83c56f2f.tar.gz
dwm-flexipatch-37c212ad55ef0b793b55a144be3e7b3b83c56f2f.zip
Adding on_empty_keys patch ref. #51
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4bde053..b39109d 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,8 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
+2020-09-29 - Added the on\_empty\_keys patch (ported from InstantOS)
+
2020-09-28 - Added the \_IS\_FLOATING patch (embedded in the EWMHTAGS patch)
2020-09-18 - Added the nomodbuttons patch allowing for toggleable mouse button bindings that have no modifiers
@@ -426,6 +428,10 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- this patch ensures that borders have no transparency
- note that this patch is only relevant if you are not using the alpha patch
+ - [on\_empty\_keys](https://github.com/bakkeby/dwm-flexipatch/issues/51)
+ - port of InstantVM's on_empty_keys functionality allowing keybindings that apply only when a tag/view is empty
+ - an example use case is being able to launch applications with first hand keys like "f" to launch firefox
+
- [onlyquitonempty](https://dwm.suckless.org/patches/onlyquitonempty/)
- makes it so dwm will only exit via quit() if no windows are open (in order to prevent accidental loss of work)