commit 2ef023a8a4c90e70bfcdecf1e636684f51707c8a
Author: rouchage <[email protected]>
Date:   Mon Apr 26 11:06:29 2021 +0400

    centerfirstwindow: mainly text correcting

diff --git 
a/dwm.suckless.org/patches/centerfirstwindow/dwm-centerfirstwindow-6.2.diff 
b/dwm.suckless.org/patches/centerfirstwindow/dwm-centerfirstwindow-6.2.diff
index 2da0eff5..707f2ec5 100755
--- a/dwm.suckless.org/patches/centerfirstwindow/dwm-centerfirstwindow-6.2.diff
+++ b/dwm.suckless.org/patches/centerfirstwindow/dwm-centerfirstwindow-6.2.diff
@@ -9,7 +9,7 @@ diff -up dwm-6.2-orig/config.def.h dwm-6.2-modd/config.def.h
 -      { "Gimp",     NULL,       NULL,       0,            1,           -1 },
 -      { "Firefox",  NULL,       NULL,       1 << 8,       0,           -1 },
 +      /* class             instance    title    tags mask     isfloating   
CenterThisWindow?     monitor */
-+      { "Xfce4-terminal",  NULL,       NULL,    0,            0,           1, 
                   -1 },
++      { "st",              NULL,       NULL,    0,            0,           1, 
                   -1 },
 +      { "Gimp",            NULL,       NULL,    0,            1,           0, 
                   -1 },
 +      { "Firefox",         NULL,       NULL,    1 << 8,       0,           0, 
                   -1 },
  };
diff --git a/dwm.suckless.org/patches/centerfirstwindow/index.md 
b/dwm.suckless.org/patches/centerfirstwindow/index.md
index 9a77a3d5..47a7a321 100755
--- a/dwm.suckless.org/patches/centerfirstwindow/index.md
+++ b/dwm.suckless.org/patches/centerfirstwindow/index.md
@@ -1,5 +1,5 @@
-centerFirstWindow
-=================
+center first window
+===================
 
 Description
 -----------
@@ -9,7 +9,7 @@ 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.
+the master area, when no other apps are opened.
 
 Usage
 -----
@@ -18,9 +18,9 @@ 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 },
+   { "st",              NULL,       NULL,    0,            0,               1, 
                   -1 },
 
-With one and two clients in master respectively this results in:
+With one and two clients in master respectively results in:
 
        +-----------------------------+         +-----------------------------+
        |                             |         | +------------+ +----------+ |
@@ -43,4 +43,4 @@ Download
 Authors
 -------
 * ზურა დავითაშვილი - <[email protected]>
-* Part of code is taken from reddit post from `johannesthyssen`
+* Part of code is taken from reddit's post by `johannesthyssen`


Reply via email to