Introduction
Introduction Statistics Contact Development Disclaimer Help
tfixed a comment - dwm - [fork] customized build of dwm, the dynamic window man…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit fa1ce22bc401567d7dadb10aa82672611293cc57
parent 1fafcb1820d37dbf58a864f2c10e1e24ae1a21d1
Author: Anselm R. Garbe <[email protected]>
Date: Thu, 20 Sep 2007 21:45:27 +0200
fixed a comment
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -1673,7 +1673,7 @@ toggleview(const char *arg) {
seltags[i] = !seltags[i];
for(j = 0; j < ntags && !seltags[j]; j++);
if(j == ntags)
- seltags[i] = True; /* cannot toggle last view */
+ seltags[i] = True; /* at least one tag must be viewed */
arrange();
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.