From: Anselm R. Garbe Date: Wed, 23 May 2007 05:49:05 +0000 (+0200) Subject: reverted last change after Sander pointed out the original decision X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=69dfcaa317f9519724bb179ba8254e73a7d7f38e reverted last change after Sander pointed out the original decision --- diff --git a/client.c b/client.c index 3e9b239..cf3a686 100644 --- a/client.c +++ b/client.c @@ -304,7 +304,7 @@ void togglefloating(const char *arg) { if(!sel || lt->arrange == floating) return; - sel->isfloating = !sel->isfloating || sel->isfixed; + sel->isfloating = !sel->isfloating; lt->arrange(); }