Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 43fb204a53e3f1bee47f51a2f4e52e5bf242e314 Mon Sep 17 00:00:00 2001 |From: astier |Date: Tue, 26 Feb 2019 01:04:55 +0100 |Subject: [PATCH] Attach clients from toggled tag into stack instead of master area | |New clients attach into the stack area when you toggle a new tag into |view. This means your master area will remain unchanged when toggling |views. |--- | dwm.c | 9 +++++++++ | 1 file changed, 9 insertions(+) | |diff --git a/dwm.c b/dwm.c |index 4465af1..567fa8b 100644 |--- a/dwm.c |+++ b/dwm.c -------------------------- Patching file dwm.c using Plan A... Hunk #1 succeeded at 1739. Hmm... Ignoring the trailing garbage. done