diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 01:07:02 +0300 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-08-17 01:07:02 +0300 |
commit | c1d412b128e30cf3d6406da1a328536a43cb3904 (patch) | |
tree | 4c6718251cd65d7c5ad5bbe7aeb1d84890b13156 /dwm.c.rej | |
parent | 1a9fcf5fdd6e9adccd46b0cec15ad57f77f5b6dd (diff) |
Current config.h added
Changes to be committed:
deleted: config.def.h.rej
modified: config.h
deleted: dwm.c.rej
Diffstat (limited to 'dwm.c.rej')
-rw-r--r-- | dwm.c.rej | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dwm.c.rej b/dwm.c.rej deleted file mode 100644 index 82c4872..0000000 --- a/dwm.c.rej +++ /dev/null @@ -1,22 +0,0 @@ ---- dwm.c 2021-10-02 14:22:28.034782413 +0100 -+++ dwm.c 2021-10-02 14:27:54.599845767 +0100 -@@ -183,8 +183,10 @@ static void maprequest(XEvent *e); - static void monocle(Monitor *m); - static void motionnotify(XEvent *e); - static void movemouse(const Arg *arg); -+static unsigned int nexttag(void); - static Client *nexttiled(Client *c); - static void pop(Client *); -+static unsigned int prevtag(void); - static void propertynotify(XEvent *e); - static void quit(const Arg *arg); - static Monitor *recttomon(int x, int y, int w, int h); -@@ -208,6 +210,8 @@ static void sigchld(int unused); - static void spawn(const Arg *arg); - static void tag(const Arg *arg); - static void tagmon(const Arg *arg); -+static void tagtonext(const Arg *arg); -+static void tagtoprev(const Arg *arg); - static void tile(Monitor *); - static void togglebar(const Arg *arg); - static void togglefloating(const Arg *arg); |