sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit fa0f77ab001f8ebc684757873ed5dfd814e1de44
parent ca63f43c4d5487567bfc9aeeb767cd203ac6c3a0
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sun, 16 Aug 2020 13:58:35 +0200

fix date formats on a few pages + minor tweaks

Diffstat:
Mdwm.suckless.org/patches/activetagindicatorbar/index.md | 8++++----
Mdwm.suckless.org/patches/actualfullscreen/index.md | 5+++--
Mdwm.suckless.org/patches/alternativetags/index.md | 7+++----
Mdwm.suckless.org/patches/alttagsdecoration/index.md | 6++++--
Mdwm.suckless.org/patches/colorbar/index.md | 7+++----
Mdwm.suckless.org/patches/dwmfifo/index.md | 2+-
Mdwm.suckless.org/patches/leftlayout/index.md | 2+-
Mdwm.suckless.org/patches/moveplace/index.md | 2+-
Mdwm.suckless.org/patches/resizecorners/index.md | 6+++---
Mdwm.suckless.org/patches/script_tags/index.md | 2+-
Mdwm.suckless.org/patches/setborderpx/index.md | 2+-
Mdwm.suckless.org/patches/statusbutton/index.md | 2+-
Mdwm.suckless.org/patches/statuspadding/index.md | 4++--
Mdwm.suckless.org/patches/swapfocus/index.md | 4++--
Mdwm.suckless.org/patches/titlecolor/index.md | 2+-
Mtools.suckless.org/dmenu/patches/border/index.md | 10+++++-----
Mtools.suckless.org/dmenu/patches/preselect/index.md | 2+-
17 files changed, 37 insertions(+), 36 deletions(-)

diff --git a/dwm.suckless.org/patches/activetagindicatorbar/index.md b/dwm.suckless.org/patches/activetagindicatorbar/index.md @@ -6,15 +6,15 @@ Description This patch changes the rectangle indicating if a tag is used by a client into a bar above the tag name. -Be sure to use a font which leaves enough space between the text of the tag name -and the top of the bar. +Be sure to use a font which leaves enough space between the text of the tag +name and the top of the bar. ![activetagindicatorbar screenshot](activetagindicatorbar.png) Download -------- -* [dwm-activetagindicatorbar-6.1.diff](dwm-activetagindicatorbar-6.1.diff) (15.01.2019) -* [dwm-activetagindicatorbar-6.2.diff](dwm-activetagindicatorbar-6.2.diff) (24.01.2019) +* [dwm-activetagindicatorbar-6.1.diff](dwm-activetagindicatorbar-6.1.diff) (2019-01-15) +* [dwm-activetagindicatorbar-6.2.diff](dwm-activetagindicatorbar-6.2.diff) (2019-01-24) Authors ------- diff --git a/dwm.suckless.org/patches/actualfullscreen/index.md b/dwm.suckless.org/patches/actualfullscreen/index.md @@ -3,11 +3,12 @@ actualfullscreen Description ----------- -Actually toggle fullscreen for a window, instead of toggling the status bar and the monocle layout. +Actually toggle fullscreen for a window, instead of toggling the status bar and +the monocle layout. Download -------- -* [dwm-actualfullscreen-20191112-cb3f58a.diff](dwm-actualfullscreen-20191112-cb3f58a.diff) (1.8K) (12.11.2019) +* [dwm-actualfullscreen-20191112-cb3f58a.diff](dwm-actualfullscreen-20191112-cb3f58a.diff) (1.8K) (2019-11-12) Author ------ diff --git a/dwm.suckless.org/patches/alternativetags/index.md b/dwm.suckless.org/patches/alternativetags/index.md @@ -4,9 +4,8 @@ alternativetags Description ----------- Having icons as tags sure makes dwm look awesome, but having tags number -simplifies tags related operations. This patch introduces alternative -tags which can be switched on the fly for the sole purpose of providing -visual aid. +simplifies tags related operations. This patch introduces alternative tags +which can be switched on the fly for the sole purpose of providing visual aid. Primary tags @@ -18,7 +17,7 @@ Alternative tags Download -------- -* [dwm-alternativetags-6.2.diff](dwm-alternativetags-6.2.diff) (13.04.2019) +* [dwm-alternativetags-6.2.diff](dwm-alternativetags-6.2.diff) (2019-04-13) Author ------- diff --git a/dwm.suckless.org/patches/alttagsdecoration/index.md b/dwm.suckless.org/patches/alttagsdecoration/index.md @@ -3,13 +3,15 @@ alttagsdecoration Description ----------- -This patches provides the ability to use an alternative text for tags which contain at least one window. This patch replaces the standard behavious of drawing a little box on the top left edge of the tag box. +This patches provides the ability to use an alternative text for tags which +contain at least one window. This patch replaces the standard behavious of +drawing a little box on the top left edge of the tag box. ![alttagsdecoration screenshot](alttagsdecoration.png) Download -------- -* [dwm-alttagsdecoration-2020010304-cb3f58a.diff](dwm-alttagsdecoration-2020010304-cb3f58a.diff) (04.01.2020) +* [dwm-alttagsdecoration-2020010304-cb3f58a.diff](dwm-alttagsdecoration-2020010304-cb3f58a.diff) (2020-01-04) Authors ------- diff --git a/dwm.suckless.org/patches/colorbar/index.md b/dwm.suckless.org/patches/colorbar/index.md @@ -3,8 +3,8 @@ colorbar Description ----------- -This patch lets you change the foreground and -background color of every statusbar element. +This patch lets you change the foreground and background color of every +statusbar element. Simply change the RGB values in the config.def.h. @@ -12,9 +12,8 @@ Simply change the RGB values in the config.def.h. Download -------- -* [dwm-colorbar-6.2.diff](dwm-colorbar-6.2.diff)(13.01.2020) +* [dwm-colorbar-6.2.diff](dwm-colorbar-6.2.diff)(2020-01-13) Author ------ - * Lars Niesen - <lars.niesen@gmx.de> diff --git a/dwm.suckless.org/patches/dwmfifo/index.md b/dwm.suckless.org/patches/dwmfifo/index.md @@ -26,7 +26,7 @@ to execute (like tabbed-surf or similar). Download -------- -* [dwm-dwmfifo-6.1.diff](dwm-dwmfifo-6.1.diff) (6.9k) (29.01.2014) +* [dwm-dwmfifo-6.1.diff](dwm-dwmfifo-6.1.diff) (6.9k) (2014-01-29) Author ------ diff --git a/dwm.suckless.org/patches/leftlayout/index.md b/dwm.suckless.org/patches/leftlayout/index.md @@ -7,7 +7,7 @@ Moves the layout symbol in the status bar to the left hand side. Download -------- -* [dwm-leftlayout-20180524-c8e9479.diff](dwm-leftlayout-20180524-c8e9479.diff) (24.05.2018) +* [dwm-leftlayout-20180524-c8e9479.diff](dwm-leftlayout-20180524-c8e9479.diff) (2018-05-24) Author ------ diff --git a/dwm.suckless.org/patches/moveplace/index.md b/dwm.suckless.org/patches/moveplace/index.md @@ -23,7 +23,7 @@ with `s` being the center. Download -------- -* [dwm-moveplace-20180524-c8e9479.diff](dwm-moveplace-20180524-c8e9479.diff) (24.05.2018) +* [dwm-moveplace-20180524-c8e9479.diff](dwm-moveplace-20180524-c8e9479.diff) (2018-05-24) Author ------ diff --git a/dwm.suckless.org/patches/resizecorners/index.md b/dwm.suckless.org/patches/resizecorners/index.md @@ -8,9 +8,9 @@ mouse is warped to the nearest corner and you resize it from there. Download -------- -* [dwm-resizecorners-6.2.diff](dwm-resizecorners-6.2.diff) (03.02.2019) -* [dwm-resizecorners-6.1.diff](dwm-resizecorners-6.1.diff) (17.02.2016) -* [dwm-resizecorners-6.0.diff](dwm-resizecorners-6.0.diff) (12.05.2015) +* [dwm-resizecorners-6.2.diff](dwm-resizecorners-6.2.diff) (2019-02-03) +* [dwm-resizecorners-6.1.diff](dwm-resizecorners-6.1.diff) (2016-02-17) +* [dwm-resizecorners-6.0.diff](dwm-resizecorners-6.0.diff) (2015-05-12) Author ------ diff --git a/dwm.suckless.org/patches/script_tags/index.md b/dwm.suckless.org/patches/script_tags/index.md @@ -69,7 +69,7 @@ done | lemonbar -d -B "#292c2e" -F "#FFFFFF" -g x25 Download ----------- -* [dwm-script_tags-6.2.diff](dwm-script_tags-6.2.diff) (30.07.2020) +* [dwm-script_tags-6.2.diff](dwm-script_tags-6.2.diff) (2020-08-30) * Old version without fifo, wouldn't recommend it:[dwm-script_tags-without_fifo.diff](dwm-script_tags-without_fifo.diff) Authors diff --git a/dwm.suckless.org/patches/setborderpx/index.md b/dwm.suckless.org/patches/setborderpx/index.md @@ -21,7 +21,7 @@ when increasing or decreasing border pixels. Download -------- -* [dwm-setborderpx-6.2.diff](dwm-setborderpx-6.2.diff) - 15-05-2020 +* [dwm-setborderpx-6.2.diff](dwm-setborderpx-6.2.diff) - 2020-05-15 Author ------ diff --git a/dwm.suckless.org/patches/statusbutton/index.md b/dwm.suckless.org/patches/statusbutton/index.md @@ -15,7 +15,7 @@ with Button1. Download -------- -* [dwm-statusbutton-20180524-c8e9479.diff](dwm-statusbutton-20180524-c8e9479.diff) (24.05.2018) +* [dwm-statusbutton-20180524-c8e9479.diff](dwm-statusbutton-20180524-c8e9479.diff) (2018-05-24) Author ------ diff --git a/dwm.suckless.org/patches/statuspadding/index.md b/dwm.suckless.org/patches/statuspadding/index.md @@ -6,7 +6,7 @@ Description This makes the amount of horizontal and vertical padding in the status bar into configurable options. -This padding is also applied to StatusText in an equal manner, as opposed t +This padding is also applied to StatusText in an equal manner, as opposed to just right padding. The configurable options in config.def.h are: @@ -20,7 +20,7 @@ except StatusText now has left padding in addition to right padding. Download -------- -* [dwm-statuspadding-20150524-c8e9479.diff](dwm-statuspadding-20150524-c8e9479.diff) (24.05.2018) +* [dwm-statuspadding-20150524-c8e9479.diff](dwm-statuspadding-20150524-c8e9479.diff) (2018-05-24) Author ------ diff --git a/dwm.suckless.org/patches/swapfocus/index.md b/dwm.suckless.org/patches/swapfocus/index.md @@ -15,9 +15,9 @@ Changes in 6.2 Download -------- -* [dwm-swapfocus-6.2.diff](dwm-swapfocus-6.2.diff) (29.01.2020) +* [dwm-swapfocus-6.2.diff](dwm-swapfocus-6.2.diff) (2020-01-29) * [dwm-swapfocus-20160731-56a31dc.diff](dwm-swapfocus-20160731-56a31dc.diff) -* [dwm-swapfocus-6.0.diff](dwm-swapfocus-6.0.diff) (1482b) (20120406) +* [dwm-swapfocus-6.0.diff](dwm-swapfocus-6.0.diff) (1482b) (2012-04-06) * [dwm-5.8.2-swap.diff](dwm-5.8.2-swap.diff) (dwm 5.8.2) Author diff --git a/dwm.suckless.org/patches/titlecolor/index.md b/dwm.suckless.org/patches/titlecolor/index.md @@ -9,7 +9,7 @@ Adds a new color scheme used by the window title in the bar, so that its colors Download -------- * [dwm-titlecolor-20190206-6.2.diff](dwm-titlecolor-20190206-6.2.diff) (2019-02-06) -* [dwm-titlecolor-6.1.diff](dwm-titlecolor-6.1.diff) (31.12.2018) +* [dwm-titlecolor-6.1.diff](dwm-titlecolor-6.1.diff) (2018-12-31) Author ------ diff --git a/tools.suckless.org/dmenu/patches/border/index.md b/tools.suckless.org/dmenu/patches/border/index.md @@ -3,16 +3,16 @@ border Description ----------- -This patch adds a border around the dmenu window. It is intended to be used with -the center or xyw patches, to make the menu stand out from similarly coloured -windows. +This patch adds a border around the dmenu window. It is intended to be used +with the center or xyw patches, to make the menu stand out from similarly +coloured windows. ![dmenu border screenshot](dmenu_border.png) Download -------- -* [dmenu-border-4.9.diff](dmenu-border-4.9.diff) (19.05.2019) +* [dmenu-border-4.9.diff](dmenu-border-4.9.diff) (2019-05-19) Authors ------- @@ -32,7 +32,7 @@ Create menu with border width 3: Download -------- -* [dmenu-borderoption-20200217-bf60a1e.diff](dmenu-borderoption-20200217-bf60a1e.diff) (17.02.2020) +* [dmenu-borderoption-20200217-bf60a1e.diff](dmenu-borderoption-20200217-bf60a1e.diff) (2020-02-17) Authors ------- diff --git a/tools.suckless.org/dmenu/patches/preselect/index.md b/tools.suckless.org/dmenu/patches/preselect/index.md @@ -15,7 +15,7 @@ Create menu with the second item preselected: Download -------- -* [dmenu-preselect-20200513-db6093f](dmenu-preselect-20200513-db6093f.diff) (13.05.2020) +* [dmenu-preselect-20200513-db6093f](dmenu-preselect-20200513-db6093f.diff) (2020-05-13) Authors -------