From 063fe260893492e81fa983a33f0716a2f1dce5e6 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Thu, 10 Oct 2019 23:50:30 +0200 Subject: Adding spawn_cwd patch --- patches.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'patches.h') diff --git a/patches.h b/patches.h index 52ac273..a87e293 100644 --- a/patches.h +++ b/patches.h @@ -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/ */ -- cgit v1.2.3