[wiki] [sites] centerfirstwindow: mainly text correcting || rouchage

From: <git_AT_suckless.org>
Date: Mon, 26 Apr 2021 09:18:04 +0200

commit 2ef023a8a4c90e70bfcdecf1e636684f51707c8a
Author: rouchage <zdavitashvili0_AT_gmail.com>
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
_AT_@ -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
_AT_@ -1,5 +1,5 @@
-centerFirstWindow
-=================
+center first window
+===================
 
 Description
 -----------
_AT_@ -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
 -----
_AT_@ -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:
 
        +-----------------------------+ +-----------------------------+
        | | | +------------+ +----------+ |
_AT_@ -43,4 +43,4 @@ Download
 Authors
 -------
 * ზურა დავითაშვილი - <zdavitashvili0_AT_gmail.com>
-* Part of code is taken from reddit post from `johannesthyssen`
+* Part of code is taken from reddit's post by `johannesthyssen`
Received on Mon Apr 26 2021 - 09:18:04 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 26 2021 - 09:24:57 CEST