From fa1ce22bc401567d7dadb10aa82672611293cc57 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 20 Sep 2007 21:45:27 +0200 Subject: fixed a comment --- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index 8762269..c555a62 100644 --- a/dwm.c +++ b/dwm.c @@ -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(); } -- cgit 1.4.1-2-gfad0 class='form'>
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/062scheduler.cc
blob: ca22caae28665a54200b326b28d8708e2fb92fbb (plain) (tree)
1
2
3
4
5
6
7
8
9