2
0
mirror of https://github.com/bakkeby/patches synced 2024-11-17 15:29:53 +00:00
patches/dwm/dwm-riodraw-6.2.diff

26 lines
592 B
Diff
Raw Normal View History

2021-02-16 09:23:01 +00:00
From 026551d381929c1097dd1b8a1756def7c5dcadbe Mon Sep 17 00:00:00 2001
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-16 09:23:01 +00:00
dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.c b/dwm.c
2021-02-16 09:23:01 +00:00
index 8b25561..74dc566 100644
--- 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)
{
--
2.19.1