[wiki] [official] Some corrections to tagmask description || f
changeset: 111:02d8ffcd515a
user: f.e.negroni_AT_gmail.com
date: Wed Aug 13 07:13:36 2008 +0100
files: dwm/customisation/tagmask.md
description:
Some corrections to tagmask description
diff -r 63579f29e7ce -r 02d8ffcd515a dwm/customisation/tagmask.md
--- a/dwm/customisation/tagmask.md Tue Aug 12 23:16:02 2008 +0200
+++ b/dwm/customisation/tagmask.md Wed Aug 13 07:13:36 2008 +0100
_AT_@ -46,13 +46,13 @@
The reason for using TAGMASK is that it disallows the rules array to select a tag for which we do not have a representation in the tags array.
-And the tags array is defined in config.h as:
-
Now, this method of representing tags allows us to express our preferences regarding tags using bit-wise operators.
+When are tagmasks used?
+-----------------------
Please note that dwm always uses tagmasks: even when one tag is selected as the visible tag, it is actually internally managed as a tagmask.
-To prove this, use the command combination the allows you to bring more than one tag into view (usually Mod1-Ctrl-tagnumber). If you select say tags 1, 2 and 3, and then open a new xterm using Mod1-Shift-Return, the new xterm will be tagged with tags 1, 2 and 3.
+To prove this, use the command combination that allows you to bring more than one tag into view (usually Mod1-Ctrl-tagnumber). If you select tags 1, 2 and 3, and then open a new xterm using Mod1-Shift-Return, the new xterm will be tagged with tags 1, 2 and 3.
A very powerful feature.
Received on Thu Aug 14 2008 - 12:47:37 CEST
This archive was generated by hypermail 2.3.0
: Thu Sep 13 2012 - 19:30:24 CEST