X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/05fbbbd8dc3f990f07fe2055693bef0031fd4623..daae3bba504fc705c5fd56363b656937eee5deb4:/view.c?ds=inline diff --git a/view.c b/view.c index aa0a23a..bb0647a 100644 --- a/view.c +++ b/view.c @@ -273,6 +273,16 @@ view(Arg *arg) arrange(NULL); } +void +viewall(Arg *arg) +{ + unsigned int i; + + for(i = 0; i < ntags; i++) + seltag[i] = True; + arrange(NULL); +} + void zoom(Arg *arg) {