diff options
| author | bakkeby <[email protected]> | 2019-10-10 23:50:30 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-10 23:50:30 +0200 |
| commit | 063fe260893492e81fa983a33f0716a2f1dce5e6 (patch) | |
| tree | b43a9afa0a1f442512ce11f447154cb5bdbbf660 /patches.h | |
| parent | 2eb8bcdf153d608caf1e23817b463fd03cc44b72 (diff) | |
| download | dwm-flexipatch-063fe260893492e81fa983a33f0716a2f1dce5e6.tar.gz dwm-flexipatch-063fe260893492e81fa983a33f0716a2f1dce5e6.zip | |
Adding spawn_cwd patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -334,6 +334,11 @@ */ #define SORTSCREENS_PATCH 0 +/* Spawns programs from currently focused client's working directory. + * https://dwm.suckless.org/patches/spawn_cwd/ + */ +#define SPAWNCMD_PATCH 0 + /* This patch draws and updates the statusbar on all monitors. * https://dwm.suckless.org/patches/statusallmons/ */ |
