Introduction
Introduction Statistics Contact Development Disclaimer Help
tapplied nsz' remark - dwm - [fork] customized build of dwm, the dynamic window…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 1a26389e2bb90150786b20f7706091e3b5620b59
parent bf9da23f07249cfe8f5a5a5c4256d919b353b10c
Author: a@null <unknown>
Date: Sat, 14 Feb 2009 11:21:24 +0000
applied nsz' remark
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -1463,7 +1463,7 @@ toggletag(const Arg *arg) {
return;
mask = sel->tags ^ (arg->ui & TAGMASK);
- if(sel && mask) {
+ if(mask) {
sel->tags = mask;
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.