X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=view.c;h=22b17946f3cfcb8811d8e8bfdfc860b1abd33470;hb=b5159dfd2f552696b049b95e0d368a2c33a1002a;hp=d9aa6e4a2f328974c98fddb4c1cdf0de20e3c46b;hpb=07c2659806e95499b4a258ff1961e61c541f50b3;p=dwm.git diff --git a/view.c b/view.c index d9aa6e4..22b1794 100644 --- a/view.c +++ b/view.c @@ -195,7 +195,7 @@ restack() void togglemode(Arg *arg) { - arrange = arrange == dofloat ? dotile : dofloat; + arrange = (arrange == dofloat) ? dotile : dofloat; if(sel) arrange(NULL); else