commit 0cb501c230b24670e078e89ff675cd8858043fac
parent eaf93dde13c4982832766171041ae45f4606b3fa
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 25 Apr 2021 17:55:31 +0200
centerfirstwindow: fix formatting
Diffstat:
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git 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
-------
* ზურა დავითაშვილი - <zdavitashvili0@gmail.com>
-* 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`