2021-02-16 09:23:01 +00:00
|
|
|
From 026551d381929c1097dd1b8a1756def7c5dcadbe Mon Sep 17 00:00:00 2001
|
2021-02-11 10:54:03 +00:00
|
|
|
From: bakkeby <bakkeby@gmail.com>
|
2021-02-16 09:23:01 +00:00
|
|
|
Date: Tue, 16 Feb 2021 10:22:40 +0100
|
|
|
|
Subject: [PATCH 2/2] f
|
2021-02-11 10:54:03 +00:00
|
|
|
|
|
|
|
---
|
2021-02-16 09:23:01 +00:00
|
|
|
dwm.c | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2021-02-11 10:54:03 +00:00
|
|
|
|
|
|
|
diff --git a/dwm.c b/dwm.c
|
2021-02-16 09:23:01 +00:00
|
|
|
index 8b25561..74dc566 100644
|
2021-02-11 10:54:03 +00:00
|
|
|
--- a/dwm.c
|
|
|
|
+++ b/dwm.c
|
2021-02-16 09:23:01 +00:00
|
|
|
@@ -1526,7 +1526,7 @@ rioresize(const Arg *arg)
|
|
|
|
riodraw(c, slopresizestyle);
|
2021-02-14 13:11:52 +00:00
|
|
|
}
|
|
|
|
|
2021-02-16 09:23:01 +00:00
|
|
|
-/* spawn a new window and drag out an area using slop to postiion it */
|
|
|
|
+/* spawn a new window and drag out an area using slop to position it */
|
2021-02-14 13:11:52 +00:00
|
|
|
void
|
2021-02-16 09:23:01 +00:00
|
|
|
riospawn(const Arg *arg)
|
2021-02-11 10:54:03 +00:00
|
|
|
{
|
|
|
|
--
|
|
|
|
2.19.1
|
|
|
|
|