commit 0cb501c230b24670e078e89ff675cd8858043fac
Author: Hiltjo Posthuma <[email protected]>
Date:   Sun Apr 25 17:55:31 2021 +0200

    centerfirstwindow: fix formatting

diff --git a/dwm.suckless.org/patches/centerFirstWindow/index.md 
b/dwm.suckless.org/patches/centerFirstWindow/index.md
index fe39ae71..e1d6caa7 100755
--- a/dwm.suckless.org/patches/centerFirstWindow/index.md
+++ b/dwm.suckless.org/patches/centerFirstWindow/index.md
@@ -1,18 +1,22 @@
 centerFirstWindow
-==============
+=================
 
 Description
 -----------
-This patch centers window if it is a single window opened.
-When any other window opens, then they tile normally,
-and if all other windows will close, it will center again.
 
-It is usefull for apps like - terminal, if you don't want that it cover all of 
master area,
-when no other apps are open.
+This patch centers window if it is a single window opened.  When any other
+window opens, then they tile normally, and if all other windows will close, it
+will center again.
+
+It is usefull for apps like - terminal, if you don't want that it cover all of
+master area, when no other apps are open.
 
 Usage
 -----
-It can be enabled for any window in config file, by setting `CenterThisWindow` 
to `1`:
+
+It can be enabled for any window in config file, by setting `CenterThisWindow`
+to `1`:
+
    /* class            instance    title    tags mask     isfloating        
CenterThisWindow?     monitor */
    { "Xfce4-terminal",  NULL,       NULL,    0,            0,               1, 
                   -1 },
 
@@ -39,4 +43,4 @@ Download
 Authors
 -------
 * ზურა დავითაშვილი - <[email protected]>
-* Part of code is taken from reddit post from `johannesthyssen`
\ No newline at end of file
+* Part of code is taken from reddit post from `johannesthyssen`


Reply via email to