sites

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

commit 7c8331357d86974fa708e82131d1eb4ba35fcda9
parent 1f5d86be241827cf391888aba1b7ad4fff14bfe4
Author: Avi Halachmi (:avih) <avihpit@yahoo.com>
Date:   Tue, 12 May 2020 23:44:04 +0300

[st][patch][visualbell] move visualbell2 to its own page

Diffstat:
Mst.suckless.org/patches/visualbell/index.md | 54++----------------------------------------------------
Ast.suckless.org/patches/visualbell2/index.md | 44++++++++++++++++++++++++++++++++++++++++++++
Rst.suckless.org/patches/visualbell/st-visualbell2-basic-2018-10-16-30ec9a3.diff -> st.suckless.org/patches/visualbell2/st-visualbell2-basic-2018-10-16-30ec9a3.diff | 0
Rst.suckless.org/patches/visualbell/st-visualbell2-enhanced-2018-10-16-30ec9a3.diff -> st.suckless.org/patches/visualbell2/st-visualbell2-enhanced-2018-10-16-30ec9a3.diff | 0
4 files changed, 46 insertions(+), 52 deletions(-)

diff --git a/st.suckless.org/patches/visualbell/index.md b/st.suckless.org/patches/visualbell/index.md @@ -1,11 +1,6 @@ -visualbell -========== -This page contains two unrelated implementations of visual bell which are not -compatible with each other. If you have one of them applied, remove it before -trying the other. +*Note*: [visual bell 2](../visualbell2) was moved to its own page. - -# Visual bell 1 +# Visual bell Description ----------- @@ -27,48 +22,3 @@ Authors * Matthias Schoth - <mschoth@gmail.com> * Laslo Hunhold - <dev@frign.de> (git port) * Alexis Ben Miloud--Josselin; panpo; alexisbmj+code at protonmail dot com. - - -# Visual bell 2 - -Description ------------ -Briefly renders a configurable visual indication on terminal bell event. - -Notes ------ -* There are two variants available for download: basic and enhanced. -* The enhanced version file already includes the basic version in it, and - supports the basic options too. -* Both variants can be applied with either `git am <patch-file>` or ` patch -p1 - < <patch-file>`. -* Visual bell is disabled by default, and can be enabled/configured via - `config.h`. If you already have this file, you'll need to add the visual-bell - values by copying them from `config.def.h` - which also includes their docs. - -### The basic variant supports: -* Invert the whole screen (default). -* Invert only the outer (border) cells for a less jarring effect. -* Configuring the flash duration (default: 100ms). - -### The enhanced variant: -This version experiments with a more graphical indication, by adding support -for rendering a filled circle (needs to be chosen at `config.h`), which can be -configured for: - -* Position: any corner/edge, center of the screen, or anything in between. -* Size: relative to the window width or to the cell width. -* Colors: base and outline. - -The enhanced variant allows, for instance, to render what looks like a LED -indicator at a tmux status bar, with correct cell height, and can be positioned -at the side/middle of a top/bottom bar, etc. - -Download --------- -* [st-visualbell2-basic-2018-10-16-30ec9a3.diff](st-visualbell2-basic-2018-10-16-30ec9a3.diff) -* [st-visualbell2-enhanced-2018-10-16-30ec9a3.diff](st-visualbell2-enhanced-2018-10-16-30ec9a3.diff) - -Author ------- -* Avi Halachmi (:avih) - [https://github.com/avih](https://github.com/avih) diff --git a/st.suckless.org/patches/visualbell2/index.md b/st.suckless.org/patches/visualbell2/index.md @@ -0,0 +1,44 @@ +# Visual bell 2 + +Description +----------- +Briefly renders a configurable visual indication on terminal bell event. + +Notes +----- +* There are two variants available for download: basic and enhanced. +* The enhanced version file already includes the basic version in it, and + supports the basic options too. +* Both variants can be applied with either `git am <patch-file>` or ` patch -p1 + < <patch-file>`. +* Visual bell is disabled by default, and can be enabled/configured via + `config.h`. If you already have this file, you'll need to add the visual-bell + values by copying them from `config.def.h` - which also includes their docs. + +### The basic variant supports: +* Invert the whole screen (default). +* Invert only the outer (border) cells for a less jarring effect. +* Configuring the flash duration (default: 100ms). + +### The enhanced variant: +This version experiments with a more graphical indication, by adding support +for rendering a filled circle (needs to be chosen at `config.h`), which can be +configured for: + +* Position: any corner/edge, center of the screen, or anything in between. +* Size: relative to the window width or to the cell width. +* Colors: base and outline. + +The enhanced variant allows, for instance, to render what looks like a LED +indicator at a tmux status bar, with correct cell height, and can be positioned +at the side/middle of a top/bottom bar, etc. + +Download +-------- +* [st-visualbell2-basic-2018-10-16-30ec9a3.diff](st-visualbell2-basic-2018-10-16-30ec9a3.diff) +* [st-visualbell2-enhanced-2018-10-16-30ec9a3.diff](st-visualbell2-enhanced-2018-10-16-30ec9a3.diff) + +Author +------ +* Avi Halachmi (:avih) - [https://github.com/avih](https://github.com/avih) + diff --git a/st.suckless.org/patches/visualbell/st-visualbell2-basic-2018-10-16-30ec9a3.diff b/st.suckless.org/patches/visualbell2/st-visualbell2-basic-2018-10-16-30ec9a3.diff diff --git a/st.suckless.org/patches/visualbell/st-visualbell2-enhanced-2018-10-16-30ec9a3.diff b/st.suckless.org/patches/visualbell2/st-visualbell2-enhanced-2018-10-16-30ec9a3.diff