Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
reverted last change after Sander pointed out the original decision
[dwm.git]
/
client.c
diff --git
a/client.c
b/client.c
index
3e9b239
..
cf3a686
100644
(file)
--- 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();
}