divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 0e3fb440bfee677134aa180829e4afaca08e9991
parent 809bc81285e10797852fc33054ccc9aa5de2319b
Author: lostd <lostd@2f30.org>
Date:   Tue, 15 Nov 2016 11:07:24 +0000

Say tag instead of workspace

Diffstat:
Mguides/irc-notify.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/guides/irc-notify.md b/guides/irc-notify.md @@ -19,14 +19,14 @@ your `~/.Xresources`: URxvt*urgentOnBell: yes Don't forget to update you resource database by running `xrdb ~/.Xresources`. -By default DWM inverts the colors of the workspace icon when it receives -the urgency hint from an application on that workspace. To test how it +By default DWM inverts the colors of the tag icon when it receives +the urgency hint from an application on that tag. To test how it appears you can open a new (now configured) terminal emulator and ring the bell: sleep 1 && printf '\x07' -The sleep is just to give you time to switch to another workspace. +The sleep is just to give you time to switch to another tag. To make tmux pass bells through for all windows, even those not in focus add to `~/.tmux.conf` (note that this is usually the remote host config you want here):