mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
12 lines
351 B
Plaintext
12 lines
351 B
Plaintext
--- dwm.c
|
|
+++ dwm.c
|
|
@@ -205,6 +205,8 @@ static void setup(void);
|
|
static void seturgent(Client *c, int urg);
|
|
static void showhide(Client *c);
|
|
static void sigchld(int unused);
|
|
+static void sighup(int unused);
|
|
+static void sigterm(int unused);
|
|
static void spawn(const Arg *arg);
|
|
static void tag(const Arg *arg);
|
|
static void tagmon(const Arg *arg);
|