summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-21 20:50:43 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-21 20:50:43 -0400
commit1d39e08012147afe3480c3604df100d6f3ac573b (patch)
treea354831ddc287a6359e732eb9a842d036608b9bd /dwm.c
parentf93a225bb6bbda31d1981f3f8844f4a104b3e787 (diff)
R popups won't get swallowed
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index ae533e7..7229e69 100644
--- a/dwm.c
+++ b/dwm.c
@@ -232,7 +232,7 @@ static void seturgent(Client *c, int urg);
static void showhide(Client *c);
static void sigchld(int unused);
static void sigdwmblocks(const Arg *arg);
-static void spawn(const Arg *arg);
+/* static void spawn(const Arg *arg); */
static void swapmon(const Arg *arg);
static void tag(const Arg *arg);
static void tagmon(const Arg *arg);