diff options
| author | bakkeby <[email protected]> | 2020-08-10 10:22:21 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-10 10:24:16 +0200 |
| commit | dfe1c405630ab912501d5bb841a3fc34738a515c (patch) | |
| tree | 90e2a04b6ed3d8f414f3e11ab5ae2a6bc5f4d1bb /README.md | |
| parent | 85dd49a6a4fd5dfdbb9055ae27b996777cbe1f1f (diff) | |
| download | dwm-flexipatch-dfe1c405630ab912501d5bb841a3fc34738a515c.tar.gz dwm-flexipatch-dfe1c405630ab912501d5bb841a3fc34738a515c.zip | |
Adding cool autostart patch
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
