mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
minor debug fixes
This commit is contained in:
11
dwm/.dwm/dwm.c.rej
Normal file
11
dwm/.dwm/dwm.c.rej
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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);
|
||||
Reference in New Issue
Block a user