[wiki] [sites] [dwm][patch] bottomstack patch without warnings || Aaron Duxler

From: <git_AT_suckless.org>
Date: Thu, 30 May 2019 20:06:35 +0200

commit 67031b5c656e7de682d0aa6f1095060c5e6eb343
Author: Aaron Duxler <aaron.duxler_AT_gmail.com>
Date: Thu May 30 20:08:54 2019 +0200

    [dwm][patch] bottomstack patch without warnings

diff --git a/dwm.suckless.org/patches/ru_gaps/dwm-ru_bottomstack-6.2.diff b/dwm.suckless.org/patches/ru_gaps/dwm-ru_bottomstack-6.2.diff
index 6da2ee25..af5958b0 100644
--- a/dwm.suckless.org/patches/ru_gaps/dwm-ru_bottomstack-6.2.diff
+++ b/dwm.suckless.org/patches/ru_gaps/dwm-ru_bottomstack-6.2.diff
_AT_@ -1,6 +1,6 @@
-diff -up ru_applied/config.def.h ru_bottom_stack/config.def.h
---- a/config.def.h 2019-05-30 09:14:31.833371475 +0100
-+++ b/config.def.h 2019-05-30 08:52:36.890032508 +0100
+diff -up a/config.def.h b/config.def.h
+--- a/config.def.h 2019-05-30 19:58:06.479975849 +0200
++++ b/config.def.h 2019-05-30 19:57:13.153310194 +0200
 _AT_@ -42,6 +42,8 @@ static const Layout layouts[] = {
          { "[]=", tile }, /* first entry is default */
          { "><>", NULL }, /* no layout function means floating behavior */
_AT_@ -19,9 +19,9 @@ diff -up ru_applied/config.def.h ru_bottom_stack/config.def.h
          { MODKEY, XK_space, setlayout, {0} },
          { MODKEY|ShiftMask, XK_space, togglefloating, {0} },
          { MODKEY, XK_0, view, {.ui = ~0 } },
-diff -up ru_applied/dwm.c ru_bottom_stack/dwm.c
---- a/dwm.c 2019-05-30 09:14:31.836704807 +0100
-+++ b/dwm.c 2019-05-30 09:19:46.360039517 +0100
+diff -up a/dwm.c b/dwm.c
+--- a/dwm.c 2019-05-30 19:58:06.483309183 +0200
++++ b/dwm.c 2019-05-30 19:57:13.153310194 +0200
 _AT_@ -211,6 +211,8 @@ static void spawn(const Arg *arg);
  static void tag(const Arg *arg);
  static void tagmon(const Arg *arg);
_AT_@ -31,7 +31,7 @@ diff -up ru_applied/dwm.c ru_bottom_stack/dwm.c
  static void togglebar(const Arg *arg);
  static void togglefloating(const Arg *arg);
  static void toggletag(const Arg *arg);
-_AT_@ -2173,3 +2175,67 @@ main(int argc, char *argv[])
+_AT_@ -2172,3 +2174,67 @@ main(int argc, char *argv[])
          XCloseDisplay(dpy);
          return EXIT_SUCCESS;
  }
_AT_@ -99,4 +99,3 @@ diff -up ru_applied/dwm.c ru_bottom_stack/dwm.c
 + ty += HEIGHT(c) + m->gappx;
 + }
 +}
-
Received on Thu May 30 2019 - 20:06:35 CEST

This archive was generated by hypermail 2.3.0 : Thu May 30 2019 - 20:12:27 CEST