summaryrefslogtreecommitdiff
path: root/dwm.c.rej
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-16 23:49:08 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2023-08-16 23:49:08 +0300
commit1a9fcf5fdd6e9adccd46b0cec15ad57f77f5b6dd (patch)
tree7b2b5aac5be160dba18ebea7e209f0ae3e7d889f /dwm.c.rej
parent812aa788fa06c9a48fb7b5f54d08c99cbb4f709c (diff)
Patching better gaps with fullgaps. Everything is stable in this commit.
Changes to be committed: modified: config.def.h modified: config.def.h.orig modified: config.def.h.rej modified: config.h modified: drw.c modified: drw.c.orig deleted: dwm.1.orig modified: dwm.c modified: dwm.c.orig modified: dwm.c.rej renamed: patches_new/dwm-fullgaps-6.4.diff -> patches/dwm-fullgaps-6.4.diff deleted: patches/dwm-uselessgap-20211119-58414bee958f2.diff renamed: patches_new/dwm-tag-preview-6.3.diff -> patches_huge/dwm-tag-preview-6.3.diff renamed: patches_new/dwm-winicon-6.3-v2.1.diff -> patches_huge/dwm-winicon-6.3-v2.1.diff modified: patches_new/dwm-noborderflicker-20211227-8657affa2a61.diff
Diffstat (limited to 'dwm.c.rej')
-rw-r--r--dwm.c.rej33
1 files changed, 22 insertions, 11 deletions
diff --git a/dwm.c.rej b/dwm.c.rej
index 67e66a5..82c4872 100644
--- a/dwm.c.rej
+++ b/dwm.c.rej
@@ -1,11 +1,22 @@
---- dwm.c 2022-01-07 12:42:18.000000000 +0100
-+++ dwm.c 2022-08-17 22:14:41.813809073 +0200
-@@ -1913,7 +1923,7 @@ updategeom(void)
- m->clients = c->next;
- detachstack(c);
- c->mon = mons;
-- attach(c);
-+ attachbottom(c);
- attachstack(c);
- }
- if (m == selmon)
+--- 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);