summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-10 10:22:21 +0200
committerbakkeby <[email protected]>2020-08-10 10:24:16 +0200
commitdfe1c405630ab912501d5bb841a3fc34738a515c (patch)
tree90e2a04b6ed3d8f414f3e11ab5ae2a6bc5f4d1bb /README.md
parent85dd49a6a4fd5dfdbb9055ae27b996777cbe1f1f (diff)
downloaddwm-flexipatch-dfe1c405630ab912501d5bb841a3fc34738a515c.tar.gz
dwm-flexipatch-dfe1c405630ab912501d5bb841a3fc34738a515c.zip
Adding cool autostart patch
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 b7aabdc..8f9dc15 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-08-10 - Added cool autostart patch
+
2020-08-02 - Added reorganizetags patch
2020-07-19 - Added barmodules patch - making extrabar, leftlayout, staticstatus and statusallmons patches redundant, added powerline patch
@@ -199,6 +201,10 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- [combo](https://dwm.suckless.org/patches/combo/)
- allows you to select multiple tags by pressing all the right keys as a combo, e.g. hold MOD and press and hold 1 and 3 together to view those two tags
+ - [cool_autostart](https://dwm.suckless.org/patches/cool_autostart/)
+ - allows dwm to execute commands from an array in the config.h file
+ - when dwm exits all processes from the autostart array will be killed automatically
+
- [cyclelayouts](https://dwm.suckless.org/patches/cyclelayouts/)
- lets you cycle through all your layouts